Skip to content

Commit

Permalink
Bump hardhat-etherscan, to verify Sepolia canonical deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 19, 2024
1 parent d05a496 commit c8f723f
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.0.0
v18.20.2
14 changes: 14 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ export default {
...sharedNetworkConfig,
url: "https://bsc-dataseed.binance.org",
},
sepolia: {
...sharedNetworkConfig,
url: "https://ethereum-sepolia-rpc.publicnode.com",
},
"truffle-dashboard": {
url: "http://localhost:24012/rpc",
timeout: 100000000,
Expand All @@ -84,5 +88,15 @@ export default {
},
etherscan: {
apiKey: ETHERSCAN_API_KEY,
customChains: [
{
network: "sepolia",
chainId: 11155111,
urls: {
apiURL: "https://api-sepolia.etherscan.io/api",
browserURL: "https://sepolia.etherscan.io",
},
},
],
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@gnosis.pm/zodiac": "1.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
Expand Down
Loading

0 comments on commit c8f723f

Please sign in to comment.