{"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../../src/xlm/constants.ts"],"names":[],"mappings":";AAAA,uBAAuB;;;AAEvB;;;;GAIG;AACH,IAAY,QAGX;AAHD,WAAY,QAAQ;IAClB,qCAAyB,CAAA;IACzB,uCAA2B,CAAA;AAC7B,CAAC,EAHW,QAAQ,wBAAR,QAAQ,QAGnB","sourcesContent":["// istanbul ignore file\n\n/**\n * Scopes for Stellar account type. See {@link KeyringAccount.scopes}.\n *\n * @see https://namespaces.chainagnostic.org/stellar/caip2\n */\nexport enum XlmScope {\n  Pubnet = 'stellar:pubnet',\n  Testnet = 'stellar:testnet',\n}\n"]}