viem
Version:
23 lines • 591 B
JavaScript
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,
});
//# sourceMappingURL=bsquaredTestnet.js.map