UNPKG

@metamask/keyring-api

Version:
16 lines 654 B
"use strict"; // istanbul ignore file Object.defineProperty(exports, "__esModule", { value: true }); exports.BtcScope = void 0; /** * Scopes for Bitcoin account type. See {@link KeyringAccount.scopes}. */ var BtcScope; (function (BtcScope) { BtcScope["Mainnet"] = "bip122:000000000019d6689c085ae165831e93"; BtcScope["Testnet"] = "bip122:000000000933ea01ad0ee984209779ba"; BtcScope["Testnet4"] = "bip122:00000000da84f2bafbbc53dee25a72ae"; BtcScope["Signet"] = "bip122:00000008819873e925422c1ff0f99f7c"; BtcScope["Regtest"] = "bip122:regtest"; })(BtcScope || (exports.BtcScope = BtcScope = {})); //# sourceMappingURL=constants.cjs.map