From 36746b00022b6a332dd4953e3078359d6ebcb060 Mon Sep 17 00:00:00 2001 From: stackman27 Date: Sat, 17 Feb 2024 16:55:51 -0800 Subject: [PATCH] new change --- integration-tests/soak/ocr_test.go | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/integration-tests/soak/ocr_test.go b/integration-tests/soak/ocr_test.go index ed2d4866a91..e25391e8450 100644 --- a/integration-tests/soak/ocr_test.go +++ b/integration-tests/soak/ocr_test.go @@ -15,24 +15,7 @@ import ( func TestOCRSoak(t *testing.T) { l := logging.GetTestLogger(t) // Use this variable to pass in any custom EVM specific TOML values to your Chainlink nodes - customNetworkTOML := ` - ChainID = '5001' - LinkContractAddress = '0xB80e1F300D0260E8840A9E9017b221244974A5E5' - FinalityDepth = 200 - LogPollInterval = '2s' - NoNewHeadsThreshold = '0' - MinIncomingConfirmations = 1 - - [HeadTracker] - HistoryDepth = 300 - - [GasEstimator] - Mode = 'L2Suggested' - PriceMin = '0.05 gwei' - PriceMax = '500 gwei' - BumpThreshold = 0 - LimitDefault = 6000000 - ` + customNetworkTOML := `` // Uncomment below for debugging TOML issues on the node // network := networks.MustGetSelectedNetworksFromEnv()[0] // fmt.Println("Using Chainlink TOML\n---------------------")