Skip to content

Commit

Permalink
feat: add holesky apiUrl (#2656)
Browse files Browse the repository at this point in the history
* Add holesky apiUrl

* Create new-ravens-beg.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
Jabher and jxom authored Aug 27, 2024
1 parent 02415bc commit df905fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-ravens-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Holesky API URL.
1 change: 1 addition & 0 deletions src/chains/definitions/holesky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const holesky = /*#__PURE__*/ defineChain({
default: {
name: 'Etherscan',
url: 'https://holesky.etherscan.io',
apiUrl: 'https://api-holesky.etherscan.io/api',
},
},
contracts: {
Expand Down

0 comments on commit df905fe

Please sign in to comment.