Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Oct 26, 2023
1 parent e0b4458 commit 77fc30c
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 @@ -283,6 +283,12 @@ var networkConfig = map[string]NetworkConfig{
deltaStage: time.Duration(0),
funding: big.NewFloat(ChainlinkNodeFunding),
},
"BaseGoerli": {
upkeepSLA: int64(60),
blockTime: 2 * time.Second,
deltaStage: 20 * time.Second,
funding: big.NewFloat(ChainlinkNodeFunding),
},
}

func getEnv(key, fallback string) string {
Expand Down

0 comments on commit 77fc30c

Please sign in to comment.