UNPKG

@funkit/fun-relay

Version:
42 lines 1.18 kB
import { type Address } from 'viem'; import type { MatchAllCondition } from './types'; export { erc20Abi as ERC20_ABI } from 'viem'; export declare const AMOUNT_PLACEHOLDER = 115792089237316195423570985008687907853269984665640564039457584007912570601199n; export declare const tokenAddresses: { readonly WETH: { readonly 1: `0x${string}`; }; readonly USDC: { readonly 1: `0x${string}`; }; readonly LIT: { readonly 1: `0x${string}`; }; readonly LINK: { readonly 1: `0x${string}`; }; readonly UNI: { readonly 1: `0x${string}`; }; readonly AAVE: { readonly 1: `0x${string}`; }; readonly SKY: { readonly 1: `0x${string}`; }; readonly LDO: { readonly 1: `0x${string}`; }; readonly AZTEC: { readonly 1: `0x${string}`; }; }; export declare const UNWRAP_AND_CALL_ADDRESS: { readonly 1: `0x${string}`; }; export declare const VAULT_DEPOSITOR_ADDRESS: { readonly 1: `0x${string}`; }; export declare const LIGHTER_DEPOSIT_ADDRESS: Address; export declare const MATCH_ALL_CONDITION: MatchAllCondition; //# sourceMappingURL=consts.d.ts.map