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.

4 lines (3 loc) 163 B
import { ProgressEventFunction } from './progress-hook.types'; declare const PROGRESS_HOOKS: Record<string, ProgressEventFunction>; export default PROGRESS_HOOKS;