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

Update Sourcify chains for February 2023 #5904

Merged
merged 1 commit into from
Feb 16, 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
6 changes: 5 additions & 1 deletion packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ export const networkNamesById: { [id: number]: string } = {
42262: "emerald-oasis",
42261: "testnet-emerald-oasis",
23294: "sapphire-oasis", //not presently supported by either fetcher, but...
23295: "testnet-sapphire-oasis"
23295: "testnet-sapphire-oasis",
14: "flare",
19: "songbird-flare",
2048: "stratos", //not presently supported by either fetcher, but...
2047: "testnet-stratos"
//I'm not including crystaleum as it has network ID different from chain ID
//not including kekchain for the same reason
};
Expand Down
6 changes: 5 additions & 1 deletion packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"emerald-oasis",
"testnet-emerald-oasis",
//sourcify does *not* support oasis sapphire mainnet?
"testnet-sapphire-oasis"
"testnet-sapphire-oasis",
"flare",
"songbird-flare",
//sourcify does *not* support stratos mainnet?
"testnet-stratos"
//I'm excluding crystaleum as it has network ID different from chain ID
//excluding kekchain for the same reason
]);
Expand Down