@georgeroman/wyvern-v2-sdk
Version:
Wyvern V2 SDK
8 lines • 366 B
TypeScript
export default class Address {
static eth(chainId: number): string | undefined;
static weth(chainId: number): string | undefined;
static exchange(chainId: number): string | undefined;
static tokenTransferProxy(chainId: number): string | undefined;
static proxyRegistry(chainId: number): string | undefined;
}
//# sourceMappingURL=address.d.ts.map