UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

25 lines (24 loc) 740 B
import { ChainId } from '../types/chain.js'; export declare const bitcoinSignet: { blockExplorers: { readonly default: { readonly name: "Mempool"; readonly url: "https://mempool.space/signet"; }; }; id: ChainId.BITCOIN_SIGNET; name: "Bitcoin Signet"; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.ankr.com/btc_signet/c58ee1c627c5ad7cd69197c352aa51bdcebd87b86e0363c1e5133d5735cb3c69"]; }; }; testnet: true; custom?: Record<string, unknown> | undefined; formatters?: undefined; readonly nativeCurrency: { readonly name: "Bitcoin"; readonly symbol: "BTC"; readonly decimals: 8; }; };