viem
Version:
24 lines (22 loc) • 483 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const bsquaredTestnet = /*#__PURE__*/ defineChain({
id: 1123,
name: 'B2 Testnet',
nativeCurrency: {
name: 'Bitcoin',
symbol: 'BTC',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://testnet-rpc.bsquared.network'],
},
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://testnet-explorer.bsquared.network',
},
},
testnet: true,
})