UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

21 lines 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bitcoin = void 0; const defineChain_js_1 = require("./defineChain.js"); exports.bitcoin = (0, defineChain_js_1.defineChain)({ id: 20000000000001, name: 'Bitcoin', nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 8 }, rpcUrls: { default: { http: ['https://node-router.thorswap.net/bitcoin'], }, }, blockExplorers: { default: { name: 'Mempool', url: 'https://mempool.space/', }, }, }); //# sourceMappingURL=bitcoin.js.map