Skip to content

Commit

Permalink
chore: BSC Testnet API URL (#2729)
Browse files Browse the repository at this point in the history
* Update bscTestnet.ts

* Create short-bats-rush.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
ezynda3 and jxom committed Sep 20, 2024
1 parent ce6a84d commit 91e34c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-bats-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed BSC Testnet API URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/bscTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const bscTestnet = /*#__PURE__*/ defineChain({
default: {
name: 'BscScan',
url: 'https://testnet.bscscan.com',
apiUrl: 'https://testnet.bscscan.com/api',
apiUrl: 'https://api-testnet.bscscan.com/api',
},
},
contracts: {
Expand Down

0 comments on commit 91e34c8

Please sign in to comment.