UNPKG

@angleprotocol/sdk

Version:
12 lines (11 loc) 338 B
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; }; };