From 39fde60dcedfc250606cd44bb3bcb41383b9f0ab Mon Sep 17 00:00:00 2001 From: Finley Decker Date: Wed, 6 Nov 2024 16:36:08 -1000 Subject: [PATCH] update test config --- .../testconfig/ocr/overrides/shibarium_puppynet.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integration-tests/testconfig/ocr/overrides/shibarium_puppynet.toml b/integration-tests/testconfig/ocr/overrides/shibarium_puppynet.toml index 9c3939c9794..0013a5529a9 100644 --- a/integration-tests/testconfig/ocr/overrides/shibarium_puppynet.toml +++ b/integration-tests/testconfig/ocr/overrides/shibarium_puppynet.toml @@ -13,3 +13,14 @@ time_between_rounds = "2m" [OCR.Common] number_of_contracts = 2 + +[Network.EVMNetworks.SHIBARIUM_PUPPYNET] +evm_name = "Shibarium_Puppynet" +evm_chain_id = 157 +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 \ No newline at end of file