UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

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