-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 4.87 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ultron-swap-core",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "npx builder test",
"coverage": "npx builder coverage",
"lint": "yarn prettier ./test/*.ts --check",
"lint:fix": "yarn prettier ./test/*.ts --write",
"clean": "rimraf ./build/",
"precompile": "yarn clean",
"pretest": "yarn compile",
"prepublishOnly": "yarn test",
"deploy": "truffle migrate",
"deploy:ftm": "truffle migrate --network fantom",
"deploy:ftmtest": "truffle migrate --network fantomtest",
"verify-bytecode:uniswap-v2-factory": "hardhat verify-creation-bytecode --network ultron --contract-name UniswapV2Factory --contract-address 0xe1F0D4a5123Fd0834Be805d84520DFDCd8CF00b7 --transaction 0x2dcb17236f37b41d9796e60ba1972b920d6b274945bb3a4ecf4f8578494cd7e9 0x012a1b8f33cefc233618716ca50fd670a784bb51 0xd60e1d7ccf2bb8e2052079914c333c92d687b965",
"verify-bytecode:uniswap-v2-router02": "hardhat verify-creation-bytecode --network ultron --contract-name UniswapV2Router02 --contract-address 0x2149Ca7a3e4098d6C4390444769DA671b4dC3001 --transaction 0x4183908f2e1f9ba340c4626d37efe2e5cc57827847a221323dc0c659dc634f17 0xe1F0D4a5123Fd0834Be805d84520DFDCd8CF00b7 0x3a4f06431457de873b588846d139ec0d86275d54",
"verify-bytecode:uniswap-dao": "hardhat verify-creation-bytecode --network ultron --contract-name UniswapDAO --contract-address 0xa196e8E3F8dfBCe1a0BA03eEeE7CE717A584eFF5 --transaction 0x5e55864eb81cdf204295e075e13a4e874f9c0ff93f880e9f8aba3fd67b0484ef --folder dao 0xe1F0D4a5123Fd0834Be805d84520DFDCd8CF00b7",
"verify-bytecode:uniswap-v2-pair:uusdt-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x938ba76720683bE80C1d3dEFfa27b9153E48c5e9 --lp-pair uUSDT-wULX",
"verify-bytecode:uniswap-v2-pair:uusdc-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x6858B9099a4C7Ac4E7Ec1dF7F637169C598069f3 --lp-pair uUSDC-wULX",
"verify-bytecode:uniswap-v2-pair:bnb-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0xf660c223f4255bc31bd0e8158d1722d5E9bF13B9 --lp-pair BNB-wULX",
"verify-bytecode:uniswap-v2-pair:matic-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0xb598208c67281aA8b3EdCc1F33Aa208B3E23f34C --lp-pair MATIC-wULX",
"verify-bytecode:uniswap-v2-pair:ftm-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x9F532172FbDC733b97f8Ba28b78E76C6fc2B07D9 --lp-pair FTM-wULX",
"verify-bytecode:uniswap-v2-pair:weth-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x166559b5965cEFD8d3D999ae068ea8c481702Dc5 --lp-pair wETH-wULX",
"verify-bytecode:uniswap-v2-pair:wbtc-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0xa0fc77ebeD805C027671BDDD25869B48C81ffea0 --lp-pair wBTC-wULX",
"verify-bytecode:uniswap-v2-pair:avax-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x60960f50EfCd231d4796FBF994Aa38f4a06f3588 --lp-pair AVAX-wULX",
"verify-bytecode:uniswap-v2-pair:uusdt-uusdc": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x5910306486d3adF0f2ec3146A8C38e6C1F3404b7 --lp-pair uUSDT-uUSDC",
"verify-bytecode:uniswap-v2-pair:dai-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0xcB35F9e237f3283B61939f3e1773d04463B805fb --lp-pair DAI-wULX",
"verify-bytecode:uniswap-v2-pair:busd-wulx": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0x6EF9AAD39d2326f217e6C7265876813a502A09f8 --lp-pair BUSD-wULX",
"verify-bytecode:uniswap-v2-pair:weth-uusdt": "hardhat verify-runtime-bytecode --network ultron --contract-name UniswapV2Pair --contract-address 0xD15935fB6C77AEc56Fd996108933A1C84529E7d9 --lp-pair wETH-uUSDT"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^3.4.1",
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/hdwallet-provider": "^1.2.6",
"@typechain/hardhat": "^6.1.2",
"@types/mocha": "^9.1.1",
"dotenv": "^8.2.0",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^10.0.0",
"truffle-flattener": "^1.4.4"
},
"devDependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.14",
"hardhat": "^2.9.9",
"solidity-coverage": "^0.7.13",
"truffle-plugin-verify": "^0.4.0",
"ts-node": "^10.8.1",
"web3": "^1.7.3"
}
}