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 #6162 from trufflesuite/sourcify-26
Browse files Browse the repository at this point in the history
Add sourcify chains for sourcify 2.6.0
  • Loading branch information
haltman-at committed Aug 15, 2023
2 parents a9ca7ea + 9919a34 commit 0d5b5b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 7 additions & 3 deletions packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export const networkNamesById: { [id: number]: string } = {
1149: "symplexia",
2000: "dogechain",
1339: "elysium",
//taiko doesn't seem to have a mainnet yet
167005: "alpha3-taiko",
167005: "grimsvotn-taiko",
167006: "eldfell-taiko",
96: "bitkub",
25925: "testnet-bitkub",
7777777: "zora",
Expand All @@ -121,14 +121,18 @@ export const networkNamesById: { [id: number]: string } = {
2222: "kava",
2221: "testnet-kava",
314: "filecoin",
314159: "calibration-filecoin",
32769: "zilliqa",
33101: "testnet-zilliqa",
111111: "siberium", //not presently supported by either fetcher, but...
111000: "testnet-siberium",
59144: "linea",
59140: "goerli-linea",
22776: "map",
212: "makalu-map"
212: "makalu-map",
2021: "edgeware",
//beam doesn't appear to have a mainnet yet?
13337: "testnet-beam"
//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
10 changes: 8 additions & 2 deletions packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"goerli-optimistic",
"goerli-bedrock-optimistic",
"arbitrum",
"nova-arbitrum",
"rinkeby-arbitrum", //can no longer verify but can still fetch existing
"goerli-arbitrum",
"polygon",
Expand Down Expand Up @@ -135,7 +136,8 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"dogechain",
"cronos",
"elysium",
"alpha3-taiko",
"grimsvotn-taiko",
"eldfell-taiko",
"bitkub",
"testnet-bitkub",
"zora",
Expand All @@ -145,11 +147,15 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"kava",
"testnet-kava",
"filecoin",
"calibration-filecoin",
"zilliqa",
"testnet-zilliqa",
"testnet-siberium",
"map",
"makalu-map"
"makalu-map",
"fantom",
"beam",
"edgeware"
//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
Expand Down

0 comments on commit 0d5b5b0

Please sign in to comment.