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.

12 lines 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./constants"), exports); // export * from './walletDeprecated'; tslib_1.__exportStar(require("./providers/PushWalletProvider"), exports); tslib_1.__exportStar(require("./types"), exports); tslib_1.__exportStar(require("./components/PushUniversalAccountButton"), exports); tslib_1.__exportStar(require("./hooks/usePushWallet"), exports); tslib_1.__exportStar(require("./hooks/usePushChainClient"), exports); tslib_1.__exportStar(require("./hooks/usePushChain"), exports); //# sourceMappingURL=index.js.map