Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Feb 21, 2025
1 parent 084bc66 commit d1de08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testgen/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -5418,7 +5418,7 @@ var EthSimulateV1 = MethodTests{
BlockStateCalls: []CallBatch{
{
BlockOverrides: &BlockOverrides{
Number: (*hexutil.Big)(big.NewInt(latestBlockNumber + 46)),
Number: (*hexutil.Big)(big.NewInt(latestBlockNumber + 10)),
Time: getUint64Ptr(latestBlockTime + 4),
FeeRecipient: &common.Address{0xc2},
PrevRandao: &prevRandDao,
Expand Down Expand Up @@ -5679,7 +5679,7 @@ var EthSimulateV1 = MethodTests{
},
},
BlockOverrides: &BlockOverrides{
Number: (*hexutil.Big)(big.NewInt(latestBlockNumber + 20)),
Number: (*hexutil.Big)(big.NewInt(latestBlockNumber + 30)),
},
Calls: []TransactionArgs{
{
Expand Down

0 comments on commit d1de08e

Please sign in to comment.