@angleprotocol/sdk
Version:
SDK for Angle DApps
12 lines (11 loc) • 338 B
TypeScript
import { AMMType, MerklSupportedChainIdsType } from '../../types/merkl';
export declare const NFTManagerAddress: {
[chainId in MerklSupportedChainIdsType]: {
[AMM in AMMType]?: string;
};
};
export declare const FactoryAddress: {
[chainId in MerklSupportedChainIdsType]: {
[AMM in AMMType]?: string;
};
};