Skip to content

Commit

Permalink
Added Liea support
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jan 16, 2024
1 parent c32efca commit 59624ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automation-benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- SEPOLIA
- BASE_GOERLI
- ARBITRUM_SEPOLIA
- LINEA_GOERLI
TestInputs:
description: TestInputs
required: false
Expand Down
6 changes: 6 additions & 0 deletions integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ var networkConfig = map[string]NetworkConfig{
deltaStage: 20 * time.Second,
funding: big.NewFloat(ChainlinkNodeFunding),
},
"LineaGoerli": {
upkeepSLA: int64(120),
blockTime: time.Second,
deltaStage: 20 * time.Second,
funding: big.NewFloat(ChainlinkNodeFunding),
},
}

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

0 comments on commit 59624ea

Please sign in to comment.