viem
Version:
26 lines • 745 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.btr = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.btr = (0, defineChain_js_1.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',
},
},
});
//# sourceMappingURL=btr.js.map
;