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

Update Sourcify networks for Sourcify 1.2.2 #5909

Merged
merged 1 commit into from
Feb 17, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const networkNamesById: { [id: number]: string } = {
7001: "athens-zetachain",
42262: "emerald-oasis",
42261: "testnet-emerald-oasis",
23294: "sapphire-oasis", //not presently supported by either fetcher, but...
23294: "sapphire-oasis",
23295: "testnet-sapphire-oasis",
14: "flare",
19: "songbird-flare",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"athens-zetachain",
"emerald-oasis",
"testnet-emerald-oasis",
//sourcify does *not* support oasis sapphire mainnet?
"sapphire-oasis",
"testnet-sapphire-oasis",
"flare",
"songbird-flare",
Expand Down