Skip to content

Commit

Permalink
fix: ApeScan API URL (#3076)
Browse files Browse the repository at this point in the history
* Update apeChain.ts

Fix ApeScan API URL

* Create violet-mugs-brake.md

---------

Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
  • Loading branch information
ezynda3 and jxom authored Nov 29, 2024
1 parent 9de4385 commit 6102935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-mugs-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated ApeScan API URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/apeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const apeChain = /*#__PURE__*/ defineChain({
default: {
name: 'Apescan',
url: 'https://apescan.io',
apiUrl: 'https://api.apescan.io',
apiUrl: 'https://api.apescan.io/api',
},
},
contracts: {
Expand Down

0 comments on commit 6102935

Please sign in to comment.