From 3c130b8d2137614bb8e6dfc9124f94349ad127ba Mon Sep 17 00:00:00 2001 From: coolestowl <97215481+coolestowl@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:32:11 +0800 Subject: [PATCH] Update networks.ts etherscan api replace goerli with holesky --- apps/etherscan/src/app/utils/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/etherscan/src/app/utils/networks.ts b/apps/etherscan/src/app/utils/networks.ts index bcb8993499..9c306b0615 100644 --- a/apps/etherscan/src/app/utils/networks.ts +++ b/apps/etherscan/src/app/utils/networks.ts @@ -19,7 +19,7 @@ export const scanAPIurls = { 8453: 'https://api.basescan.org/api', // all testnet - 5: 'https://api-goerli.etherscan.io/api', + 17000: 'https://api-holesky.etherscan.io/api', 11155111: 'https://api-sepolia.etherscan.io/api', 97: 'https://api-testnet.bscscan.com/api', 80001: 'https://api-testnet.polygonscan.com/api',