From b1cd85aa5bba6f69399e33d26c07257f6a902eba Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Sat, 14 Oct 2023 12:36:45 +0300 Subject: [PATCH] Update EIPS/eip-00.md: `bytes4()` for function sigs Co-authored-by: Julien Niset --- EIPS/eip-00.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-00.md b/EIPS/eip-00.md index b9209d39fb64d..6f466656977f4 100644 --- a/EIPS/eip-00.md +++ b/EIPS/eip-00.md @@ -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