@web3-onboard/core
Version:
Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul
10 lines (9 loc) • 441 B
TypeScript
import type { AppState } from './types.js';
export declare const APP_INITIAL_STATE: AppState;
export declare const STORAGE_KEYS: {
TERMS_AGREEMENT: string;
LAST_CONNECTED_WALLET: string;
};
export declare const MOBILE_WINDOW_WIDTH = 768;
export declare const BN_BOOST_RPC_URL = "https://rpc.blocknative.com/boost";
export declare const BN_BOOST_INFO_URL = "https://docs.blocknative.com/blocknative-mev-protection/transaction-boost";