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 +14
-2
lines changed
packages/source-fetcher/lib Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export const networkNamesById: { [id: number]: string } = {
83
83
50 : "xinfin" , //not presently supported by either fetcher, but...
84
84
51 : "apothem-xinfin" ,
85
85
7700 : "canto" ,
86
+ 7701 : "testnet-canto" ,
86
87
592 : "astar" ,
87
88
336 : "shiden-astar" ,
88
89
8217 : "cypress-klaytn" ,
@@ -99,7 +100,12 @@ export const networkNamesById: { [id: number]: string } = {
99
100
2047 : "testnet-stratos" ,
100
101
8453 : "base" , //not presently supported by either fetcher, but...
101
102
84531 : "goerli-base" ,
102
- 641230 : "bear"
103
+ 641230 : "bear" ,
104
+ 888 : "wanchain" ,
105
+ 999 : "testnet-wanchain" ,
106
+ 7668 : "root" ,
107
+ 7672 : "porcini-root" ,
108
+ 295 : "hedera"
103
109
//I'm not including crystaleum as it has network ID different from chain ID
104
110
//not including kekchain for the same reason
105
111
} ;
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
108
108
//sourcify does *not* support xinfin mainnet...?
109
109
"apothem-xinfin" ,
110
110
"canto" ,
111
+ "testnet-canto" ,
111
112
"astar" ,
112
113
"shiden-astar" ,
113
114
"cypress-klaytn" ,
@@ -124,7 +125,12 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
124
125
"testnet-stratos" ,
125
126
//sourcify does *not* support base mainnet?
126
127
"goerli-base" ,
127
- "bear"
128
+ "bear" ,
129
+ "wanchain" ,
130
+ "testnet-wanchain" ,
131
+ "root" ,
132
+ "porcini-root" ,
133
+ "hedera"
128
134
//I'm excluding crystaleum as it has network ID different from chain ID
129
135
//excluding kekchain for the same reason
130
136
] ) ;
You can’t perform that action at this time.
0 commit comments