Skip to content

Commit

Permalink
Create arbitrum_sepolia.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Nov 15, 2024
1 parent ced19c2 commit 210d85f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions integration-tests/testconfig/ocr2/overrides/arbitrum_sepolia.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[ChainlinkImage]
version = "ced19c25aa51cb6469248431e1f9f65e12f4abae"

[Network]
selected_networks = ["ARBITRUM_SEPOLIA"]

# soak test specific configuration
[Soak.Common]
chainlink_node_funding = 0.16 # Funding per node

[Soak.OCR2]
[Soak.OCR2.Common]
test_duration = "5h" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

[Soak.OCR2.Soak]
number_of_contracts = 2 # Number of deployed contracts, 2 being default
time_between_rounds = "1m" # Default 5 mins for a 1 day, 10 mins for a 5 day

0 comments on commit 210d85f

Please sign in to comment.