From 16a22560ff4733d21b101655788e9d4d4d5c7775 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 16 Apr 2024 21:47:30 -0400 Subject: [PATCH] docs: fixed typo in EtherscanProvider (#4666) --- src.ts/providers/provider-etherscan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/provider-etherscan.ts b/src.ts/providers/provider-etherscan.ts index cd79cccc8..26c2884c6 100644 --- a/src.ts/providers/provider-etherscan.ts +++ b/src.ts/providers/provider-etherscan.ts @@ -8,7 +8,7 @@ * - Ethereum Mainnet (``mainnet``) * - Goerli Testnet (``goerli``) * - Sepolia Testnet (``sepolia``) - * - Sepolia Testnet (``holesky``) + * - Holesky Testnet (``holesky``) * - Arbitrum (``arbitrum``) * - Arbitrum Goerli Testnet (``arbitrum-goerli``) * - BNB Smart Chain Mainnet (``bnb``)