Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 10c4161

Browse files
committed
Add new sourcify networks; fix problem with beam testnet
1 parent acabd49 commit 10c4161

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

packages/source-fetcher/lib/networks.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ export const networkNamesById: { [id: number]: string } = {
3737
335: "testnet-dfk-avalance",
3838
432204: "dexalot-avalanche",
3939
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",
4046
40: "telos",
4147
41: "testnet-telos",
4248
8: "ubiq",
@@ -131,8 +137,8 @@ export const networkNamesById: { [id: number]: string } = {
131137
22776: "map",
132138
212: "makalu-map",
133139
2021: "edgeware",
134-
//beam doesn't appear to have a mainnet yet?
135-
13337: "testnet-beam"
140+
333000333: "meld",
141+
222000222: "kanazawa-meld"
136142
//I'm not including crystaleum as it has network ID different from chain ID
137143
//not including kekchain for the same reason
138144
//not including ethereum classic for same reason

packages/source-fetcher/lib/sourcify.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
7373
"testnet-dfk-avalanche",
7474
"dexalot-avalanche",
7575
"testnet-dexalot-avalanche",
76+
"beam-avalanche",
77+
"testnet-beam-avalanche",
78+
"kiwi-avalanche",
79+
"amplify-avalanche",
80+
"bulletin-avalanche",
81+
"conduit-avalanche",
7682
"telos",
7783
"testnet-telos",
7884
"ubiq",
@@ -154,8 +160,9 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
154160
"map",
155161
"makalu-map",
156162
"fantom",
157-
"beam",
158-
"edgeware"
163+
"edgeware",
164+
"meld",
165+
"kanazawa-meld"
159166
//I'm excluding crystaleum as it has network ID different from chain ID
160167
//excluding kekchain for the same reason
161168
//excluding ethereum classic for same reason

0 commit comments

Comments
 (0)