@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.
10 lines (9 loc) • 370 B
TypeScript
import { CHAIN, LIBRARY, PUSH_NETWORK } from './enums';
import { TypedDataDomain, TypedData } from '../universal/signer/signer.types';
export type { MoveableToken, PayableToken } from './tokens';
export declare const CONSTANTS: {
PUSH_NETWORK: typeof PUSH_NETWORK;
CHAIN: typeof CHAIN;
LIBRARY: typeof LIBRARY;
};
export type { TypedDataDomain, TypedData };