viem
Version:
24 lines (22 loc) • 537 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const btr = /*#__PURE__*/ defineChain({
id: 200901,
name: 'Bitlayer',
nativeCurrency: {
name: 'Bitcoin',
symbol: 'BTC',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://rpc.bitlayer.org', 'https://rpc.bitlayer-rpc.com'],
webSocket: ['wss://ws.bitlayer.org', 'wss://ws.bitlayer-rpc.com'],
},
},
blockExplorers: {
default: {
name: 'Bitlayer(BTR) Scan',
url: 'https://www.btrscan.com',
},
},
})