Skip to content

Commit

Permalink
add arbsepolia etherscan config (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolear authored Apr 25, 2024
1 parent 02f4683 commit 29e2d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = {
},
arbitrum: {
// url: 'https://arb1.arbitrum.io/rpc',
// url: `https://arbitrum-mainnet.infura.io/v3/ed8c014d7cdb486880718a5777ab0ff5`,
url: process.env['ARB_NODE_ADDR'],
chainId: 42161,
accounts: [
Expand Down Expand Up @@ -85,6 +86,7 @@ module.exports = {
// apiKey: process.env['ETHERSCAN_API_KEY'],
apiKey: {
arbitrum: process.env['ARBISCAN_API_KEY'],
arbsepolia: process.env['ARBISCAN_API_KEY'],
},
customChains: [
{
Expand Down

0 comments on commit 29e2d3d

Please sign in to comment.