Skip to content

Commit

Permalink
Merge pull request onflow#6763 from onflow/leo/fix-coinbase-address-c…
Browse files Browse the repository at this point in the history
…hange-for-testnet

Fix coinbase address change for old testnet
  • Loading branch information
zhangchiqing authored Dec 2, 2024
2 parents 8a3055c + a4920e4 commit fb77044
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 @@ -86,7 +86,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 fb77044

Please sign in to comment.