Skip to content

Commit

Permalink
fix coinbaseAddressChangeEVMHeightTestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Nov 26, 2024
1 parent 04a26aa commit 0cfb7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/evm/offchain/blocks/block_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const blockHashListFixHCUEVMHeightTestnet = 16848829
// Testnet51 - Height Coordinated Upgrade 1
// Flow Block: 212562161 1a520608c5457f228405c4c30fc39c8a0af7cf915fb2ede7ec5ccffc2a000f57
// PR: https://github.com/onflow/flow-go/pull/6380
const coinbaseAddressChangeEVMHeightTestnet = 1385491
const coinbaseAddressChangeEVMHeightTestnet = 1385490

var genesisCoinbaseAddressTestnet = types.Address(gethCommon.HexToAddress("0000000000000000000000021169100eecb7c1a6"))

Expand Down

0 comments on commit 0cfb7f5

Please sign in to comment.