Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
axelKingsley committed Apr 30, 2024
1 parent c0db628 commit 2248c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func TestConfigRules(t *testing.T) {
func TestConfigRulesRegolith(t *testing.T) {
c := &ChainConfig{
RegolithTime: newUint64(500),
LondonBlock: new(big.Int),
Optimism: &OptimismConfig{},
}
var stamp uint64
Expand Down

0 comments on commit 2248c7a

Please sign in to comment.