Files
fieldcraft.thefoldwithin.earth/system/node_modules/ethers/src.ts/constants/addresses.ts
T

9 lines
195 B
TypeScript
Raw Normal View History

2025-05-19 20:36:21 -05:00
/**
* A constant for the zero address.
*
* (**i.e.** ``"0x0000000000000000000000000000000000000000"``)
*/
export const ZeroAddress: string = "0x0000000000000000000000000000000000000000";