diff --git a/.changeset/little-starfishes-trade.md b/.changeset/little-starfishes-trade.md new file mode 100644 index 0000000000..25774cf358 --- /dev/null +++ b/.changeset/little-starfishes-trade.md @@ -0,0 +1,5 @@ +--- +"viem": patch +--- + +Updated Botanix Testnet details diff --git a/src/chains/definitions/botanixTestnet.ts b/src/chains/definitions/botanixTestnet.ts index 04e82fdce5..75c57d795b 100644 --- a/src/chains/definitions/botanixTestnet.ts +++ b/src/chains/definitions/botanixTestnet.ts @@ -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,