Skip to content

Commit

Permalink
chore: updated Botanix testnet details (#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
eswarasai authored Feb 6, 2025
1 parent b354ba4 commit 07b4f5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-starfishes-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Botanix Testnet details
7 changes: 3 additions & 4 deletions src/chains/definitions/botanixTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ export const botanixTestnet = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
rpcUrls: {
default: {
http: ['https://poa-node.botanixlabs.dev'],
http: ['https://node.botanixlabs.dev'],
},
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://blockscout.botanixlabs.dev',
apiUrl: 'https://blockscout.botanixlabs.dev',
name: 'Botanix Testnet Explorer',
url: 'https://testnet.botanixscan.io',
},
},
testnet: true,
Expand Down

0 comments on commit 07b4f5d

Please sign in to comment.