Skip to content

Commit

Permalink
new change
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Feb 18, 2024
1 parent 752538c commit 36746b0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions integration-tests/soak/ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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---------------------")
Expand Down

0 comments on commit 36746b0

Please sign in to comment.