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 #6060 from trufflesuite/dogplex
Browse files Browse the repository at this point in the history
Add two more sourcify networks
  • Loading branch information
haltman-at authored May 30, 2023
2 parents 7f41794 + ed3bc46 commit 853e391
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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 @@ -105,7 +105,9 @@ export const networkNamesById: { [id: number]: string } = {
999: "testnet-wanchain",
7668: "root",
7672: "porcini-root",
295: "hedera"
295: "hedera",
1149: "symplexia",
2000: "dogechain"
//I'm not including crystaleum as it has network ID different from chain ID
//not including kekchain for the same reason
};
Expand Down
4 changes: 3 additions & 1 deletion packages/source-fetcher/lib/sourcify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"testnet-wanchain",
"root",
"porcini-root",
"hedera"
"hedera",
"symplexia",
"dogechain"
//I'm excluding crystaleum as it has network ID different from chain ID
//excluding kekchain for the same reason
]);
Expand Down

0 comments on commit 853e391

Please sign in to comment.