Skip to content

Commit

Permalink
Merge branch 'sepolia-develop' of https://github.com/mantlenetworkio/…
Browse files Browse the repository at this point in the history
…mantle into sepolia-develop
  • Loading branch information
BlueShells committed Dec 4, 2023
2 parents 8fdc84b + 86adedb commit ae3f871
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ const config: HardhatUserConfig = {
deploy,
accounts: [privateKey],
gas: 'auto',
gasPrice: 1272066120,
gasMultiplier: 5,
gasPrice: 'auto',
},
kovan: {
chainId: 42,
Expand Down Expand Up @@ -210,18 +209,7 @@ gasMultiplier: 5,
apiKey: {
mainnet: process.env.ETHERSCAN_API_KEY,
goerli: process.env.ETHERSCAN_API_KEY,
sepolia: 'DDQP9MEQJV2PD6KJ9B5RFPSDIUI9HRVSDX',
},
customChains: [
{
network: "sepolia",
chainId: 11155111,
urls: {
apiURL: "https://api-sepolia.etherscan.io/api",
browserURL: "https://sepolia.etherscan.io"
}
}
]
},
},
dodoc: {
runOnCompile: true,
Expand Down Expand Up @@ -397,8 +385,7 @@ if (
live: true,
saveDeployments: true,
gas: 'auto',
gasPrice: 1272066120,
gasMultiplier: 5,
gasPrice: 'auto',
tags: [process.env.CONTRACTS_TARGET_NETWORK],
}
}
Expand Down

0 comments on commit ae3f871

Please sign in to comment.