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

Commit

Permalink
Merge pull request #5909 from trufflesuite/sourcify-122
Browse files Browse the repository at this point in the history
Update Sourcify networks for Sourcify 1.2.2
  • Loading branch information
haltman-at committed Feb 17, 2023
2 parents d939ca6 + 879bff5 commit ce93b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ce93b20

Please sign in to comment.