mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
5 lines
423 B
TypeScript
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;
|