Skip to content

Commit cb1f6bd

Browse files
authored
cmd/evm: correct alloc for t8n testdata (#26822)
Fixes a minor error in the testdata
1 parent 39be753 commit cb1f6bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/evm/testdata/9/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
33
"currentDifficulty": "0x20000",
4-
"currentGasTarget": "0x1000000000",
4+
"currentGasLimit": "0x1000000000",
55
"currentBaseFee": "0x3B9ACA00",
66
"currentNumber": "0x1000000",
77
"currentTimestamp": "0x04"

cmd/evm/testdata/9/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ $ dir=./testdata/9 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.jso
4444
"nonce": "0x1"
4545
},
4646
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba": {
47-
"balance": "0xbfc02677a000"
47+
"balance": "0x5bb10ddef6e0"
4848
},
4949
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b": {
50-
"balance": "0xff104fcfea7800",
50+
"balance": "0xff745ee8832120",
5151
"nonce": "0x2"
5252
}
5353
}

0 commit comments

Comments
 (0)