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

Add chains for Sourcify 2.2.3 #6089

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ export const networkNamesById: { [id: number]: string } = {
7672: "porcini-root",
295: "hedera",
1149: "symplexia",
2000: "dogechain"
2000: "dogechain",
1339: "elysium",
//taiko doesn't seem to have a mainnet yet
167005: "alpha3-taiko",
96: "bitkub",
25925: "testnet-bitkub"
//I'm not including crystaleum as it has network ID different from chain ID
//not including kekchain for the same reason
};
Expand Down
7 changes: 6 additions & 1 deletion packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"porcini-root",
"hedera",
"symplexia",
"dogechain"
"dogechain",
"cronos",
"elysium",
"alpha3-taiko",
"bitkub",
"testnet-bitkub"
//I'm excluding crystaleum as it has network ID different from chain ID
//excluding kekchain for the same reason
]);
Expand Down