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

Enhancement: Add godwoken mainnet to sourcify fetcher #5444

Merged
merged 1 commit into from
Aug 16, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 @@ -69,7 +69,7 @@ export const networkNamesById: { [id: number]: string } = {
356256156: "testnet-gather",
246: "energyweb",
73799: "volta-energyweb",
71402: "godwoken", //not presently supported by either fetcher, but...
71402: "godwoken",
71401: "testnet-godwoken",
50: "xinfin", //not presently supported by either fetcher, but...
51: "apothem-xinfin"
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 @@ -98,7 +98,7 @@ const SourcifyFetcher: FetcherConstructor = class SourcifyFetcher
"testnet-gather",
"energyweb",
"volta-energyweb",
//sourcify does *not* support godwoken mainnet...?
"godwoken",
"testnet-godwoken",
//sourcify does *not* support xinfin mainnet...?
"apothem-xinfin"
Expand Down