@metamask/keyring-api
Version:
MetaMask Keyring API
13 lines • 538 B
JavaScript
// istanbul ignore file
/**
* Scopes for Bitcoin account type. See {@link KeyringAccount.scopes}.
*/
export 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 || (BtcScope = {}));
//# sourceMappingURL=constants.mjs.map