{"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../../src/btc/constants.ts"],"names":[],"mappings":";AAAA,uBAAuB;;;AAEvB;;GAEG;AACH,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,+DAAmD,CAAA;IACnD,+DAAmD,CAAA;IACnD,gEAAoD,CAAA;IACpD,8DAAkD,CAAA;IAClD,sCAA0B,CAAA;AAC5B,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB","sourcesContent":["// istanbul ignore file\n\n/**\n * Scopes for Bitcoin account type. See {@link KeyringAccount.scopes}.\n */\nexport enum BtcScope {\n  Mainnet = 'bip122:000000000019d6689c085ae165831e93',\n  Testnet = 'bip122:000000000933ea01ad0ee984209779ba',\n  Testnet4 = 'bip122:00000000da84f2bafbbc53dee25a72ae',\n  Signet = 'bip122:00000008819873e925422c1ff0f99f7c',\n  Regtest = 'bip122:regtest',\n}\n"]}