UNPKG

@pushchain/ui-kit

Version:
22 lines 943 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionStatus = exports.ChainType = void 0; var ChainType; (function (ChainType) { ChainType["ETHEREUM"] = "sepolia"; ChainType["SOLANA"] = "solana"; ChainType["BINANCE"] = "bsc"; ChainType["ARBITRUM"] = "arbitrum"; ChainType["AVALANCHE"] = "avalanche"; ChainType["WALLET_CONNECT"] = "walletConnect"; ChainType["PUSH_WALLET"] = "pushWalletDonut"; })(ChainType || (exports.ChainType = ChainType = {})); var ConnectionStatus; (function (ConnectionStatus) { ConnectionStatus["NOT_CONNECTED"] = "notConnected"; ConnectionStatus["CONNECTING"] = "connecting"; ConnectionStatus["AUTHENTICATING"] = "authenticating"; ConnectionStatus["CONNECTED"] = "connected"; ConnectionStatus["RETRY"] = "retry"; })(ConnectionStatus || (exports.ConnectionStatus = ConnectionStatus = {})); //# sourceMappingURL=wallet.types.js.map