Skip to content

Commit

Permalink
fix off by one error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Jan 3, 2024
1 parent 50ca3ed commit dcd31a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-75xx.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ As L2s begin to deploy RIPs, it is necessary to reserve an address range for use

## Specification

The address range between `0x00000000000000000000000000000000000000ff` and `0x00000000000000000000000000000000000001ff` is reserved for use by the RIP process.
The address range between `0x0000000000000000000000000000000000000100` and `0x00000000000000000000000000000000000001ff` is reserved for use by the RIP process.

## Rationale

Expand Down

0 comments on commit dcd31a0

Please sign in to comment.