UNPKG

viem

Version:

TypeScript Interface for Ethereum

33 lines 925 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bitlayerTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.bitlayerTestnet = (0, defineChain_js_1.defineChain)({ id: 200810, name: 'Bitlayer Testnet', nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18, }, rpcUrls: { default: { http: ['https://testnet-rpc.bitlayer.org'], webSocket: ['wss://testnet-ws.bitlayer.org'], }, }, blockExplorers: { default: { name: 'bitlayer testnet scan', url: 'https://testnet.btrscan.com', }, }, contracts: { multicall3: { address: '0x5B256fE9e993902eCe49D138a5b1162cBb529474', blockCreated: 4135671, }, }, testnet: true, }); //# sourceMappingURL=bitlayerTestnet.js.map