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

Commit 7efc01e

Browse files
authored
Merge pull request #5761 from trufflesuite/boba-roba-goba
Switch Etherscan fetcher from Boba Rinkeby to Boba Goerli
2 parents 891c4e6 + 6234fa2 commit 7efc01e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/source-fetcher/lib/etherscan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const EtherscanFetcher: FetcherConstructor = class EtherscanFetcher
8989
"alfajores-celo": "api-alfajores.celoscan.io",
9090
"clover": "api.clvscan.com",
9191
"boba": "api.bobascan.com",
92-
"rinkeby-boba": "api-testnet.bobascan.com",
92+
"goerli-boba": "api-testnet.bobascan.com",
9393
"gnosis": "api.gnosisscan.io"
9494
};
9595

packages/source-fetcher/lib/networks.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const networkNamesById: { [id: number]: string } = {
4242
5700: "tanenbaum-syscoin",
4343
288: "boba",
4444
28: "rinkeby-boba",
45+
2888: "goerli-boba",
4546
106: "velas",
4647
82: "meter",
4748
83: "testnet-meter",
@@ -81,7 +82,7 @@ export const networkNamesById: { [id: number]: string } = {
8182
7700: "canto",
8283
592: "astar",
8384
336: "shiden-astar",
84-
8217: "cypress-klaytn", //not presently supported by either fetcher, but...
85+
8217: "cypress-klaytn",
8586
1001: "baobab-klaytn"
8687
//I'm not including crystaleum as it has network ID different from chain ID
8788
//not including kekchain for the same reason

0 commit comments

Comments
 (0)