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
-4
lines changed
packages/source-fetcher/lib Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ export const networkNamesById: { [id: number]: string } = {
37
37
335 : "testnet-dfk-avalance" ,
38
38
432204 : "dexalot-avalanche" ,
39
39
432201 : "testnet-dexalot-avalanche" ,
40
+ 4337 : "beam-avalanche" ,
41
+ 13337 : "testnet-beam-avalanche" ,
42
+ 2037 : "kiwi-avalanche" ,
43
+ 78430 : "amplify-avalanche" ,
44
+ 78431 : "bulletin-avalanche" ,
45
+ 78432 : "conduit-avalanche" ,
40
46
40 : "telos" ,
41
47
41 : "testnet-telos" ,
42
48
8 : "ubiq" ,
@@ -131,8 +137,8 @@ export const networkNamesById: { [id: number]: string } = {
131
137
22776 : "map" ,
132
138
212 : "makalu-map" ,
133
139
2021 : "edgeware" ,
134
- //beam doesn't appear to have a mainnet yet?
135
- 13337 : "testnet-beam "
140
+ 333000333 : "meld" ,
141
+ 222000222 : "kanazawa-meld "
136
142
//I'm not including crystaleum as it has network ID different from chain ID
137
143
//not including kekchain for the same reason
138
144
//not including ethereum classic for same reason
Original file line number Diff line number Diff line change @@ -73,6 +73,12 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
73
73
"testnet-dfk-avalanche" ,
74
74
"dexalot-avalanche" ,
75
75
"testnet-dexalot-avalanche" ,
76
+ "beam-avalanche" ,
77
+ "testnet-beam-avalanche" ,
78
+ "kiwi-avalanche" ,
79
+ "amplify-avalanche" ,
80
+ "bulletin-avalanche" ,
81
+ "conduit-avalanche" ,
76
82
"telos" ,
77
83
"testnet-telos" ,
78
84
"ubiq" ,
@@ -154,8 +160,9 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
154
160
"map" ,
155
161
"makalu-map" ,
156
162
"fantom" ,
157
- "beam" ,
158
- "edgeware"
163
+ "edgeware" ,
164
+ "meld" ,
165
+ "kanazawa-meld"
159
166
//I'm excluding crystaleum as it has network ID different from chain ID
160
167
//excluding kekchain for the same reason
161
168
//excluding ethereum classic for same reason
You can’t perform that action at this time.
0 commit comments