From 08eed896a4ca9ebabc238da03104534722df146d Mon Sep 17 00:00:00 2001 From: Harry Altman Date: Tue, 16 Aug 2022 14:10:43 -0400 Subject: [PATCH] Add godwoken network to sourcify fetcher --- packages/source-fetcher/lib/networks.ts | 2 +- packages/source-fetcher/lib/sourcify.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/source-fetcher/lib/networks.ts b/packages/source-fetcher/lib/networks.ts index 5198d817f9c..b91724dc464 100644 --- a/packages/source-fetcher/lib/networks.ts +++ b/packages/source-fetcher/lib/networks.ts @@ -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" diff --git a/packages/source-fetcher/lib/sourcify.ts b/packages/source-fetcher/lib/sourcify.ts index 62d9617cc4d..33f510a6b9c 100644 --- a/packages/source-fetcher/lib/sourcify.ts +++ b/packages/source-fetcher/lib/sourcify.ts @@ -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"