quartz/wallet/node_modules/@3rdweb/sdk/dist/common/address.d.ts
2022-03-04 20:05:23 +08:00

5 lines
423 B
TypeScript

import { ChainId, SUPPORTED_CHAIN_ID } from "./chain";
export declare const FORWARDER_ADDRESS = "0xc82BbE41f2cF04e3a8efA18F7032BDD7f6d98a81";
export declare const CONTRACT_ADDRESSES: Record<SUPPORTED_CHAIN_ID | ChainId.Hardhat, Record<"registry" | "biconomyForwarder", string>>;
export declare function getContractAddressByChainId(chainId: ChainId, contractName?: "registry" | "biconomyForwarder"): string | undefined;