UNPKG

@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.

9 lines (8 loc) 406 B
export { FEE_LOCKER_EVM } from './feeLocker.evm'; export { default as FEE_LOCKER_SVM } from './feeLocker.json'; export { FACTORY_V1 } from './factoryV1'; export { UEA_EVM } from './uea.evm'; export { UEA_SVM } from './uea.svm'; export { UNIVERSAL_GATEWAY_V0 } from './universalGatewayV0.evm'; export { ERC20_EVM } from './erc20.evm'; export { default as SVM_GATEWAY_IDL } from './universalGatewayV0.json';