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 #5990 from trufflesuite/unlucky
Browse files Browse the repository at this point in the history
Remove clover support from etherscan fetcher
  • Loading branch information
haltman-at committed Apr 11, 2023
2 parents 2c3ec3c + 618caa9 commit 33f2bc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/source-fetcher/lib/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 33f2bc2

Please sign in to comment.