File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 38
38
"L2GatewayRouter" : {
39
39
"address" : " 0xE5B9d8d42d656d1DcB8065A6c012FE3780246041"
40
40
}
41
+ },
42
+ "421614" : {
43
+ "L2GatewayRouter" : {
44
+ "address" : " 0x9fDD1C4E4AA24EEc1d913FABea925594a20d43C7"
45
+ }
46
+ },
47
+ "11155111" : {
48
+ "L1GatewayRouter" : {
49
+ "address" : " 0xcE18836b233C83325Cc8848CA4487e94C6288264"
50
+ },
51
+ "IInbox" : {
52
+ "address" : " 0xaAe29B0366299461418F5324a79Afc425BE5ae21"
53
+ }
41
54
}
42
55
}
Original file line number Diff line number Diff line change @@ -190,6 +190,16 @@ const config: HardhatUserConfig = {
190
190
} ,
191
191
etherscan : {
192
192
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
+ ] ,
193
203
} ,
194
204
gasReporter : {
195
205
enabled : process . env . REPORT_GAS ? true : false ,
You can’t perform that action at this time.
0 commit comments