@ethereumjs/util / MAX_INTEGER_BIGINT
const
MAX_INTEGER_BIGINT:bigint
Defined in: packages/util/src/constants.ts:23
The max integer that the evm can handle (2^256-1) as a bigint 2^256-1 equals to 340282366920938463463374607431768211455 We use literal value instead of calculated value for compatibility issue.