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.