mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
5 lines
224 B
TypeScript
5 lines
224 B
TypeScript
export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
|
|
export const GASLIMIT_DEFAULT = 1000000
|
|
export const MAX_UINT_256 =
|
|
'115792089237316195423570985008687907853269984665640564039457584007913129639934'
|