File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,10 @@ function injectCommonNetworks(): void {
419
419
} ) ;
420
420
registerEth ( "arbitrum-goerli" , 421613 , { } ) ;
421
421
422
+ registerEth ( "base" , 8453 , { ensNetwork : 1 } ) ;
423
+ registerEth ( "base-goerli" , 84531 , { } ) ;
424
+ registerEth ( "base-sepolia" , 84532 , { } ) ;
425
+
422
426
registerEth ( "bnb" , 56 , { ensNetwork : 1 } ) ;
423
427
registerEth ( "bnbt" , 97 , { } ) ;
424
428
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ function getHost(name: string): string {
32
32
return "arb-mainnet.g.alchemy.com" ;
33
33
case "arbitrum-goerli" :
34
34
return "arb-goerli.g.alchemy.com" ;
35
+ case "base" :
36
+ return "base-mainnet.g.alchemy.com" ;
37
+ case "base-goerli" :
38
+ return "base-goerli.g.alchemy.com" ;
35
39
case "matic" :
36
40
return "polygon-mainnet.g.alchemy.com" ;
37
41
case "matic-mumbai" :
You can’t perform that action at this time.
0 commit comments