UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

12 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBitcoinAddress = exports.bitcoin = void 0; exports.bitcoin = { id: 8253038 }; const bitcoinAddressRegex = /^(bc1[a-zA-HJ-NP-Z0-9]{39,59}|[13][a-km-zA-HJ-NP-Z1-9]{26,35}|[2][mn][a-km-zA-HJ-NP-Z1-9]{43}|[bc][A-HJ-NP-Za-km-z1-9]{25,34})$/; function isBitcoinAddress(address) { return bitcoinAddressRegex.test(address); } exports.isBitcoinAddress = isBitcoinAddress; //# sourceMappingURL=bitcoin.js.map