diff --git a/packages/source-fetcher/lib/etherscan.ts b/packages/source-fetcher/lib/etherscan.ts index 30cc80c158f..d8187752514 100644 --- a/packages/source-fetcher/lib/etherscan.ts +++ b/packages/source-fetcher/lib/etherscan.ts @@ -87,7 +87,6 @@ const EtherscanFetcher: FetcherConstructor = class EtherscanFetcher "donau-bttc": "api-testnet.bttcscan.com", "celo": "api.celoscan.io", "alfajores-celo": "api-alfajores.celoscan.io", - "clover": "api.clvscan.com", "boba": "api.bobascan.com", "goerli-boba": "api-testnet.bobascan.com", "gnosis": "api.gnosisscan.io", diff --git a/packages/source-fetcher/lib/networks.ts b/packages/source-fetcher/lib/networks.ts index 3fb58a86d63..021dba3a8a3 100644 --- a/packages/source-fetcher/lib/networks.ts +++ b/packages/source-fetcher/lib/networks.ts @@ -66,7 +66,7 @@ export const networkNamesById: { [id: number]: string } = { 338: "testnet-cronos", 199: "bttc", 1029: "donau-bttc", - 1024: "clover", + 1024: "clover", //not presently supported by either fetcher, but formerly by etherscan 44: "crab-darwinia", 43: "pangolin-darwinia", 9001: "evmos",