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 #6156 from trufflesuite/sourcify-25
Browse files Browse the repository at this point in the history
Update sourcify networks for sourcify 2.5.0
  • Loading branch information
haltman-at committed Jul 28, 2023
2 parents d8b134e + b3ebdd1 commit a35328b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export const networkNamesById: { [id: number]: string } = {
111111: "siberium", //not presently supported by either fetcher, but...
111000: "testnet-siberium",
59144: "linea",
59140: "goerli-linea"
59140: "goerli-linea",
22776: "map",
212: "makalu-map"
//I'm not including crystaleum as it has network ID different from chain ID
//not including kekchain for the same reason
//not including ethereum classic for same reason
Expand Down
7 changes: 5 additions & 2 deletions packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"songbird-flare",
//sourcify does *not* support stratos mainnet?
"testnet-stratos",
//sourcify does *not* support base mainnet?
"base",
"goerli-base",
"bear",
"wanchain",
Expand All @@ -147,9 +147,12 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"filecoin",
"zilliqa",
"testnet-zilliqa",
"testnet-siberium"
"testnet-siberium",
"map",
"makalu-map"
//I'm excluding crystaleum as it has network ID different from chain ID
//excluding kekchain for the same reason
//excluding ethereum classic for same reason
]);

constructor(networkId: number) {
Expand Down

0 comments on commit a35328b

Please sign in to comment.