This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/source-fetcher/lib Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const EtherscanFetcher: FetcherConstructor = class EtherscanFetcher
89
89
"alfajores-celo" : "api-alfajores.celoscan.io" ,
90
90
"clover" : "api.clvscan.com" ,
91
91
"boba" : "api.bobascan.com" ,
92
- "rinkeby -boba" : "api-testnet.bobascan.com" ,
92
+ "goerli -boba" : "api-testnet.bobascan.com" ,
93
93
"gnosis" : "api.gnosisscan.io"
94
94
} ;
95
95
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ export const networkNamesById: { [id: number]: string } = {
42
42
5700 : "tanenbaum-syscoin" ,
43
43
288 : "boba" ,
44
44
28 : "rinkeby-boba" ,
45
+ 2888 : "goerli-boba" ,
45
46
106 : "velas" ,
46
47
82 : "meter" ,
47
48
83 : "testnet-meter" ,
@@ -81,7 +82,7 @@ export const networkNamesById: { [id: number]: string } = {
81
82
7700 : "canto" ,
82
83
592 : "astar" ,
83
84
336 : "shiden-astar" ,
84
- 8217 : "cypress-klaytn" , //not presently supported by either fetcher, but...
85
+ 8217 : "cypress-klaytn" ,
85
86
1001 : "baobab-klaytn"
86
87
//I'm not including crystaleum as it has network ID different from chain ID
87
88
//not including kekchain for the same reason
You can’t perform that action at this time.
0 commit comments