@yoroi/banxa
Version:
The Banxa integration package of Yoroi SDK
13 lines (12 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.banxaSupportUrl = exports.banxaDomainSandbox = exports.banxaDomainProduction = void 0;
const banxaDomainProduction = 'banxa.com';
exports.banxaDomainProduction = banxaDomainProduction;
const banxaDomainSandbox = 'banxa-sandbox.com';
exports.banxaDomainSandbox = banxaDomainSandbox;
const banxaSupportUrl = 'https://support.banxa.com/';
exports.banxaSupportUrl = banxaSupportUrl;
//# sourceMappingURL=domains.js.map