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 +17
-3
lines changed
packages/source-fetcher/lib Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ export const networkNamesById: { [id: number]: string } = {
31
31
43113 : "fuji-avalanche" ,
32
32
11111 : "wagmi-avalanche" ,
33
33
53935 : "dfk-avalanche" ,
34
- 432201 : "dexalot-avalanche" ,
35
34
335 : "testnet-dfk-avalance" ,
35
+ 432204 : "dexalot-avalanche" ,
36
+ 432201 : "testnet-dexalot-avalanche" ,
36
37
40 : "telos" ,
37
38
41 : "testnet-telos" ,
38
39
8 : "ubiq" ,
@@ -83,7 +84,13 @@ export const networkNamesById: { [id: number]: string } = {
83
84
592 : "astar" ,
84
85
336 : "shiden-astar" ,
85
86
8217 : "cypress-klaytn" ,
86
- 1001 : "baobab-klaytn"
87
+ 1001 : "baobab-klaytn" ,
88
+ 7000 : "zetachain" , //not presently supported by either fetcher, but...
89
+ 7001 : "athens-zetachain" ,
90
+ 42262 : "emerald-oasis" ,
91
+ 42261 : "testnet-emerald-oasis" ,
92
+ 23294 : "sapphire-oasis" , //not presently supported by either fetcher, but...
93
+ 23295 : "testnet-sapphire-oasis"
87
94
//I'm not including crystaleum as it has network ID different from chain ID
88
95
//not including kekchain for the same reason
89
96
} ;
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
71
71
"dfk-avalanche" ,
72
72
"testnet-dfk-avalanche" ,
73
73
"dexalot-avalanche" ,
74
+ "testnet-dexalot-avalanche" ,
74
75
"telos" ,
75
76
"testnet-telos" ,
76
77
"ubiq" ,
@@ -110,7 +111,13 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
110
111
"astar" ,
111
112
"shiden-astar" ,
112
113
"cypress-klaytn" ,
113
- "baobab-klaytn"
114
+ "baobab-klaytn" ,
115
+ //sourcify does *not* support zetachain mainnet?
116
+ "athens-zetachain" ,
117
+ "emerald-oasis" ,
118
+ "testnet-emerald-oasis" ,
119
+ //sourcify does *not* support oasis sapphire mainnet?
120
+ "testnet-sapphire-oasis"
114
121
//I'm excluding crystaleum as it has network ID different from chain ID
115
122
//excluding kekchain for the same reason
116
123
] ) ;
You can’t perform that action at this time.
0 commit comments