Add Blockhash library following EIP-2935 (#5642)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
Ernesto García
2025-04-29 16:05:27 -06:00
committed by GitHub
parent 56c07e59c4
commit 6dd191a979
7 changed files with 246 additions and 1 deletions

View File

@ -47,6 +47,12 @@ const INSTANCES = {
bytecode: '0x60003681823780368234f58015156014578182fd5b80825250506014600cf3',
},
},
eip2935: {
address: '0x0000F90827F1C53a10cb7A02335B175320002935',
abi: [],
bytecode:
'0x3373fffffffffffffffffffffffffffffffffffffffe14604657602036036042575f35600143038111604257611fff81430311604257611fff9006545f5260205ff35b5f5ffd5b5f35611fff60014303065500',
},
};
const setup = (input, ethers) =>