@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 • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.usePushChain = void 0;
const react_1 = require("react");
const core_1 = require("@pushchain/core");
const usePushChain = () => {
const PushChain = (0, react_1.useMemo)(() => core_1.PushChain, []);
return { PushChain };
};
exports.usePushChain = usePushChain;
//# sourceMappingURL=usePushChain.js.map