Skip to content

Commit

Permalink
soak test override config
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalosso committed Sep 23, 2024
1 parent ef77fac commit c507d13
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions integration-tests/testconfig/ocr2/polygon_mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# if you want to use WeMix_testnet
[Network]
selected_networks = ["polygon_mainnet"]

# soak test specific configuration
[OCR2.Common]
chainlink_node_funding = 3 # Funding per node

# Note this is for when you are running OCR2 tests
# To run OCR1 tests use [Soak.OCR] instead
[Soak.OCR2]
# To run OCR1 tests use [Soak.OCR.Common] instead
[Soak.OCR2.Common]
test_duration = "72h" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

# To run OCR1 tests use [Soak.OCR.Soak] instead
[Soak.OCR2.Soak]
number_of_contracts = 2 # Number of deployed contracts, 2 being default
time_between_rounds = "10m" # Default 5 mins for a 1 day, 10 mins for a 5 day

[Seth]
experiments_enabled = ["slow_funds_return"]

# Recommended: Remove this table if you would like SETH to use the DEFAULT config or if the chain
# is already added to CTF and you do not need to override any values.
# If the chain has already been added to CTF you can use this table to override any of the keys.
# If the chain has NOT been added to CTF you can use this table to pass the chain details to CTF.
# [Network.EVMNetworks.WeMix_testnet]
# evm_name = "WeMix_testnet"
# evm_chain_id = 1112
# client_implementation = "Ethereum"
# evm_simulated = false
# evm_chainlink_transaction_limit = 5000
# evm_minimum_confirmations = 1
# evm_gas_estimation_buffer = 10000
# evm_supports_eip1559 = true
# evm_default_gas_limit = 6000000

0 comments on commit c507d13

Please sign in to comment.