Skip to content

Commit

Permalink
simulators/ethereum/engine: rm 0x prefix on 4788 code (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored Sep 26, 2023
1 parent c1abf56 commit 057bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/engine/config/cancun/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func ConfigGenesis(genesis *core.Genesis, forkTimestamp uint64) error {
genesis.Alloc[BEACON_ROOTS_ADDRESS] = core.GenesisAccount{
Balance: common.Big0,
Nonce: 1,
Code: common.Hex2Bytes("0x3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500"),
Code: common.Hex2Bytes("3373fffffffffffffffffffffffffffffffffffffffe14604d57602036146024575f5ffd5b5f35801560495762001fff810690815414603c575f5ffd5b62001fff01545f5260205ff35b5f5ffd5b62001fff42064281555f359062001fff015500"),
}

return nil
Expand Down

0 comments on commit 057bebf

Please sign in to comment.