From e4b5d86d94ad11941e32008f9e83c0bccb217ff8 Mon Sep 17 00:00:00 2001 From: joaoluisam Date: Wed, 14 Aug 2024 19:10:32 +0100 Subject: [PATCH] Add scroll sepolia network config --- integration-tests/benchmark/keeper_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration-tests/benchmark/keeper_test.go b/integration-tests/benchmark/keeper_test.go index fde550bbdf4..af0d52ae237 100644 --- a/integration-tests/benchmark/keeper_test.go +++ b/integration-tests/benchmark/keeper_test.go @@ -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) {