Skip to content

Commit

Permalink
fix: added testnet: true to btrTestnet (#2350)
Browse files Browse the repository at this point in the history
* fix: added `testnet: true` to `btrTestnet.ts`

* Create eleven-crabs-happen.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
ClockRide and jxom committed Jun 1, 2024
1 parent 4bfe975 commit 19f3db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-crabs-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added `testnet: true` to `btrTestnet`.
1 change: 1 addition & 0 deletions src/chains/definitions/btrTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export const btrTestnet = /*#__PURE__*/ defineChain({
apiUrl: 'https://testnet-scan.bitlayer.org/apis',
},
},
testnet: true
})

0 comments on commit 19f3db8

Please sign in to comment.