@pushchain/core
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.
6 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PushChain = void 0;
const push_chain_1 = require("./push-chain/push-chain");
Object.defineProperty(exports, "PushChain", { enumerable: true, get: function () { return push_chain_1.PushChain; } });
//# sourceMappingURL=index.js.map