Skip to content

Commit

Permalink
Update ERC-7562: Fix typo in section OP-062
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker authored May 28, 2024
1 parent 37e4a88 commit 900fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7562.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ To help make sense of these params, note that a malicious paymaster can at most
* **[OP-062]** Precompiles:
* Only allow known accepted precompiles on the network, that do not access anything in the blockchain state or environment.
* The core precompiles 0x1 .. 0x9
* The RIP-7212 sec256r1 precompile, on networks that accepted it.
* The RIP-7212 secp256r1 precompile, on networks that accepted it.
* **[OP-070]** Transient Storage slots defined in [EIP-1153](./eip-1153) and accessed using `TLOAD` (`0x5c`) and `TSTORE` (`0x5d`) opcodes
are treated exactly like persistent storage (SLOAD/SSTORE).
* **[OP-080]** `BALANCE` (`0x31`) and `SELFBALANCE` (`0x47`) are allowed only from a staked entity, else they are blocked.
Expand Down

0 comments on commit 900fc3d

Please sign in to comment.