Skip to content

Commit

Permalink
Adding zkevm cardona
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Mar 7, 2024
1 parent a19af50 commit dfd5176
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ var networkConfig = map[string]NetworkConfig{
blockTime: 6 * time.Second,
deltaStage: 20 * time.Second,
},

"PolygonZkEvmCardona": {
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 dfd5176

Please sign in to comment.