From cdd9624d993279b31c554f079aa16f482749072c Mon Sep 17 00:00:00 2001 From: Mizuki <285361+eseiker@users.noreply.github.com> Date: Tue, 28 May 2024 20:32:49 +0900 Subject: [PATCH] Update ERC-7562: Fix typo in section `OP-062` --- ERCS/erc-7562.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-7562.md b/ERCS/erc-7562.md index dc5ae9c046..10e32690ca 100644 --- a/ERCS/erc-7562.md +++ b/ERCS/erc-7562.md @@ -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.