UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines (26 loc) 590 B
import { defineChain } from '../../utils/chain/defineChain.js' export const btrTestnet = /*#__PURE__*/ defineChain({ id: 200810, name: 'Bitlayer Testnet', nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18, }, rpcUrls: { default: { http: ['https://testnet-rpc.bitlayer.org'], webSocket: [ 'wss://testnet-ws.bitlayer.org', 'wss://testnet-ws.bitlayer-rpc.com', ], }, }, blockExplorers: { default: { name: 'Bitlayer(BTR) Scan', url: 'https://testnet.btrscan.com', }, }, testnet: true, })