Skip to content

Commit

Permalink
Aded gnosis chiado
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Feb 22, 2024
1 parent c147896 commit ab1f80e
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 @@ -302,6 +302,11 @@ var networkConfig = map[string]NetworkConfig{
blockTime: time.Second,
deltaStage: 20 * time.Second,
},
"GnosisChiado": {
upkeepSLA: int64(120),
blockTime: 6 * time.Second,
deltaStage: 20 * time.Second,
},
}

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

0 comments on commit ab1f80e

Please sign in to comment.