@bigmi/core
Version:
TypeScript library for Bitcoin apps.
25 lines • 809 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bitcoinSignet = void 0;
const chain_js_1 = require("../types/chain.js");
const defineChain_js_1 = require("./defineChain.js");
exports.bitcoinSignet = (0, defineChain_js_1.defineChain)({
id: chain_js_1.ChainId.BITCOIN_SIGNET,
name: 'Bitcoin Signet',
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 8 },
rpcUrls: {
default: {
http: [
'https://rpc.ankr.com/btc_signet/c58ee1c627c5ad7cd69197c352aa51bdcebd87b86e0363c1e5133d5735cb3c69',
],
},
},
blockExplorers: {
default: {
name: 'Mempool',
url: 'https://mempool.space/signet',
},
},
testnet: true,
});
//# sourceMappingURL=signet.js.map