UNPKG

@pushchain/ui-kit

Version:
11 lines 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WALLET_CONFIG_URL = void 0; const enums_1 = require("@pushchain/core/src/lib/constants/enums"); exports.WALLET_CONFIG_URL = { [enums_1.PUSH_NETWORK.MAINNET]: 'https://wallet.push.org', [enums_1.PUSH_NETWORK.TESTNET]: 'https://wallet.push.org', [enums_1.PUSH_NETWORK.TESTNET_DONUT]: 'https://wallet.push.org', [enums_1.PUSH_NETWORK.LOCALNET]: 'http://localhost:5173', }; //# sourceMappingURL=environment.js.map