UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

5 lines (4 loc) 282 B
import { SupportedChainId } from '../types'; export declare const VAULT_DEPOSIT_GUARD: Record<SupportedChainId, string>; export declare const VAULT_DEPLOYER: Record<SupportedChainId, string>; export declare const MULTICALL3_ADDRESSES: Partial<Record<SupportedChainId, string>>;