Skip to content

Commit 2c92191

Browse files
committed
chore: add arbitrum-sepolia missing configs
1 parent 6db07dd commit 2c92191

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

arbitrum-addresses.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,18 @@
3838
"L2GatewayRouter": {
3939
"address": "0xE5B9d8d42d656d1DcB8065A6c012FE3780246041"
4040
}
41+
},
42+
"421614": {
43+
"L2GatewayRouter": {
44+
"address": "0x9fDD1C4E4AA24EEc1d913FABea925594a20d43C7"
45+
}
46+
},
47+
"11155111": {
48+
"L1GatewayRouter": {
49+
"address": "0xcE18836b233C83325Cc8848CA4487e94C6288264"
50+
},
51+
"IInbox": {
52+
"address": "0xaAe29B0366299461418F5324a79Afc425BE5ae21"
53+
}
4154
}
4255
}

hardhat.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@ const config: HardhatUserConfig = {
190190
},
191191
etherscan: {
192192
apiKey: process.env.ETHERSCAN_API_KEY,
193+
customChains: [
194+
{
195+
network: 'arbitrum-sepolia',
196+
chainId: 421614,
197+
urls: {
198+
apiURL: 'https://api-sepolia.arbiscan.io/api',
199+
browserURL: 'https://sepolia.arbiscan.io',
200+
},
201+
},
202+
],
193203
},
194204
gasReporter: {
195205
enabled: process.env.REPORT_GAS ? true : false,

0 commit comments

Comments
 (0)