Skip to content

Commit

Permalink
Update EIPS/eip-00.md: bytes4() for function sigs
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Niset <julien@argent.xyz>
  • Loading branch information
yoavw and juniset authored Oct 14, 2023
1 parent c87005b commit b1cd85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-00.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ smart contracts. This, however, is impossible without an addition of Native Acco
| AA_BASE_GAS_COST | 15000 |
| AA_ECRECOVER_COST | 6000 |
| VERSION | 1 |
| MAGIC_VALUE_SENDER | 0xbf45c166 // keccak256("validateTransaction(uint256,bytes32,bytes)") |
| MAGIC_VALUE_PAYMASTER | 0xe0e6183a // keccak256("validatePaymasterTransaction(uint256,bytes32,bytes)") |
| MAGIC_VALUE_SENDER | 0xbf45c166 // bytes4(keccak256("validateTransaction(uint256,bytes32,bytes)")) |
| MAGIC_VALUE_PAYMASTER | 0xe0e6183a // bytes4(keccak256("validatePaymasterTransaction(uint256,bytes32,bytes)")) |
| MAX_CONTEXT_SIZE | 65536 |

### New Transaction Type
Expand Down

0 comments on commit b1cd85a

Please sign in to comment.