UNPKG

@solace-fi/sdk-nightly

Version:

Note - Unstable nightly build, documentation not up-to-date for nightly build

8 lines (7 loc) 269 B
import { BigNumber as BN } from "ethers"; export declare const ZERO: BN; export declare const ONE: BN; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const multicallAddresses: { [chainID: number]: string; };