Skip to content

Commit

Permalink
Add scroll sepolia network config
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluisam committed Aug 14, 2024
1 parent 8d332fd commit e4b5d86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ var networkConfig = map[string]NetworkConfig{
blockTime: time.Second,
deltaStage: 20 * time.Second,
},
networks.ScrollSepolia.Name: {
upkeepSLA: int64(120),
blockTime: 3 * time.Second,
deltaStage: 20 * time.Second,
},
}

func SetupAutomationBenchmarkEnv(t *testing.T, keeperTestConfig types.KeeperBenchmarkTestConfig) (*environment.Environment, blockchain.EVMNetwork) {
Expand Down

0 comments on commit e4b5d86

Please sign in to comment.