@cryptoalgebra/alm-sdk
Version:
Algebra ALM SDK
9 lines (8 loc) • 401 B
TypeScript
import { SupportedChainId } from '../types';
export type SupportedDexConfig = {
depositGuardAddress: string;
vaultDeployerAddress: string;
};
export declare const VAULT_DEPOSIT_GUARD: Record<SupportedChainId, string>;
export declare const addressConfig: Record<SupportedChainId, SupportedDexConfig>;
export declare const MULTICALL_ADDRESSES: Partial<Record<SupportedChainId, string>>;