ethers-multicall-provider
Version:
⚡🕰️ Drop-in solution to batch smart contract RPC calls in a single RPC query via Multicall!
14 lines (13 loc) • 584 B
TypeScript
export declare const multicall2Address = "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
export declare const multicall3Address = "0xcA11bde05977b3631167028862bE2a173976CA11";
export declare const multicall3ZkSyncAddress = "0xF9cda624FBC7e059355ce98a31693d299FACd963";
export declare const multicallAddresses: Set<string>;
export declare const multicall3ChainAddress: {
[chainId: number]: string;
};
export declare const multicall3DeploymentBlockNumbers: {
[chainId: number]: number;
};
export declare const multicall2DeploymentBlockNumbers: {
[chainId: number]: number;
};