@antefinance/ante-sdk
Version:
Library for interacting with Ante smart contracts
31 lines (30 loc) • 558 B
TypeScript
declare const _default: {
goerli: {
POOL_FACTORY: string;
};
mainnet: {
POOL_FACTORY: string;
};
optimismGoerli: {
POOL_FACTORY: string;
};
optimism: {
POOL_FACTORY: string;
};
scrollAlphaTestnet: {
POOL_FACTORY: string;
};
arbitrumGoerli: {
POOL_FACTORY: string;
};
zksyncGoerli: {
POOL_FACTORY: string;
};
zksyncEra: {
POOL_FACTORY: string;
};
arbitrumOne: {
POOL_FACTORY: string;
};
};
export default _default;