@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.
11 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONSTANTS = void 0;
const enums_1 = require("./enums");
// NOTE - Only include enums & constants which need to be exported to end user.
exports.CONSTANTS = {
PUSH_NETWORK: enums_1.PUSH_NETWORK,
CHAIN: enums_1.CHAIN,
LIBRARY: enums_1.LIBRARY,
};
//# sourceMappingURL=index.js.map