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

Commit 013ee4f

Browse files
authored
Merge pull request #5831 from trufflesuite/januarify
Update Sourcify networks for January 2023
2 parents 37db8eb + 07d5040 commit 013ee4f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/source-fetcher/lib/networks.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export const networkNamesById: { [id: number]: string } = {
3131
43113: "fuji-avalanche",
3232
11111: "wagmi-avalanche",
3333
53935: "dfk-avalanche",
34-
432201: "dexalot-avalanche",
3534
335: "testnet-dfk-avalance",
35+
432204: "dexalot-avalanche",
36+
432201: "testnet-dexalot-avalanche",
3637
40: "telos",
3738
41: "testnet-telos",
3839
8: "ubiq",
@@ -83,7 +84,13 @@ export const networkNamesById: { [id: number]: string } = {
8384
592: "astar",
8485
336: "shiden-astar",
8586
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"
8794
//I'm not including crystaleum as it has network ID different from chain ID
8895
//not including kekchain for the same reason
8996
};

packages/source-fetcher/lib/sourcify.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
7171
"dfk-avalanche",
7272
"testnet-dfk-avalanche",
7373
"dexalot-avalanche",
74+
"testnet-dexalot-avalanche",
7475
"telos",
7576
"testnet-telos",
7677
"ubiq",
@@ -110,7 +111,13 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
110111
"astar",
111112
"shiden-astar",
112113
"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"
114121
//I'm excluding crystaleum as it has network ID different from chain ID
115122
//excluding kekchain for the same reason
116123
]);

0 commit comments

Comments
 (0)