Skip to content

Commit fb77044

Browse files
authored
Merge pull request #6763 from onflow/leo/fix-coinbase-address-change-for-testnet
Fix coinbase address change for old testnet
2 parents 8a3055c + a4920e4 commit fb77044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvm/evm/offchain/blocks/block_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const blockHashListFixHCUEVMHeightTestnet = 16848829
8686
// Testnet51 - Height Coordinated Upgrade 1
8787
// Flow Block: 212562161 1a520608c5457f228405c4c30fc39c8a0af7cf915fb2ede7ec5ccffc2a000f57
8888
// PR: https://github.com/onflow/flow-go/pull/6380
89-
const coinbaseAddressChangeEVMHeightTestnet = 1385491
89+
const coinbaseAddressChangeEVMHeightTestnet = 1385490
9090

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

0 commit comments

Comments
 (0)