@graphprotocol/toolshed
Version:
A collection of tools and utilities for the Graph Protocol Typescript components
7 lines • 342 B
TypeScript
export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
export declare const ONE_THOUSAND: bigint;
export declare const TEN_THOUSAND: bigint;
export declare const ONE_HUNDRED_THOUSAND: bigint;
export declare const ONE_MILLION: bigint;
export declare const TEN_MILLION: bigint;
//# sourceMappingURL=constants.d.ts.map