@antefinance/ante-sdk
Version:
Library for interacting with Ante smart contracts
28 lines (27 loc) • 510 B
TypeScript
declare const _default: {
arbitrumOne: {
POOL_FACTORY: string;
};
arbitrumGoerli: {
POOL_FACTORY: string;
};
scrollL1Testnet: {
POOL_FACTORY: string;
};
scrollL2Testnet: {
POOL_FACTORY: string;
};
optimism: {
POOL_FACTORY: string;
};
optimismGoerli: {
POOL_FACTORY: string;
};
aurora: {
POOL_FACTORY: string;
};
auroraTestnet: {
POOL_FACTORY: string;
};
};
export default _default;