Skip to content

Commit

Permalink
Adding Holesky testnet to Etherscan plugin for wagmi CLI (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermazzocco authored Feb 21, 2024
1 parent b2d73f8 commit 2a9f447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-toys-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/cli": patch
---

Added Holesky Testnet to Etherscan Plugin
1 change: 1 addition & 0 deletions packages/cli/src/plugins/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const apiUrls = {
// Ethereum
[1]: 'https://api.etherscan.io/api',
[5]: 'https://api-goerli.etherscan.io/api',
[17000]: 'https://api-holesky.etherscan.io/api',
[11155111]: 'https://api-sepolia.etherscan.io/api',
// Optimism
[10]: 'https://api-optimistic.etherscan.io/api',
Expand Down

0 comments on commit 2a9f447

Please sign in to comment.