Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 committed Mar 3, 2023
1 parent 95b51a6 commit eda043b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions state/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"encoding/json"
"fmt"
"io/ioutil"
"math"
"math/big"
"os"
"path/filepath"
Expand Down Expand Up @@ -51,6 +52,12 @@ var (
stateCfg = state.Config{
MaxCumulativeGasUsed: 800000,
ChainID: 1000,
ForkIDIntervals: []state.ForkIDInterval{{
FromBatchNumber: 0,
ToBatchNumber: math.MaxUint64,
ForkId: 0,
Version: "",
}},
}
forkID uint64 = 2
executorClient executorclientpb.ExecutorServiceClient
Expand Down

0 comments on commit eda043b

Please sign in to comment.