minor fix

This commit is contained in:
bhavik-m 2022-01-14 02:31:12 +05:30
parent 2ceebccfbd
commit fca85cf4a5
3 changed files with 3740 additions and 279 deletions

View File

@ -105,7 +105,6 @@ const config: HardhatUserConfig = {
forking: {
url: String(getNetworkUrl(String(process.env.networkType))),
},
gasPrice: 25000000000,
},
mainnet: createConfig("mainnet"),
polygon: createConfig("polygon"),

4014
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,8 @@
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.0.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.12",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.3.0",
"chalk": "^5.0.0",
@ -57,10 +59,10 @@
"hardhat": "^2.7.0",
"hardhat-deploy": "^0.9.14",
"hardhat-deploy-ethers": "^0.3.0-beta.11",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6",
"husky": "^7.0.4",
"solidity-coverage": "0.7.17",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",