@koyofinance/exchange-sdk
Version:
27 lines • 795 B
TypeScript
import { ChainId } from '@koyofinance/core-sdk';
export * from './addresses/aurora';
export * from './addresses/boba';
export * from './addresses/moonriver';
export * from './addresses/polygon';
export declare const CHAIN_MULTICALL_ONE: {
[C in ChainId]?: string;
};
export declare const CHAIN_NATIVE_WEAPPED_ASSET: {
[C in ChainId]?: string;
};
export declare const CHAIN_VAULT: {
[C in ChainId]?: string;
};
export declare const CHAIN_VAULT_HELPERS: {
[C in ChainId]?: string;
};
export declare const CHAIN_ORACLE_WEIGHTED_POOL_FACTRORY: {
[C in ChainId]?: string;
};
export declare const CHAIN_WEIGHTED_POOL_FACTORY: {
[C in ChainId]?: string;
};
export declare const CHAIN_STABLE_POOL_FACTORY: {
[C in ChainId]?: string;
};
//# sourceMappingURL=addresses.d.ts.map