ethers.js/src.ts/constants/addresses.ts
2022-11-27 21:54:09 -05:00

7 lines
128 B
TypeScript

/**
* A constant for the zero address.
*/
export const ZeroAddress: string = "0x0000000000000000000000000000000000000000";