Skip to content

Commit

Permalink
Merge branch 'ccip-develop' into chore/static-analysis-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RayXpub authored Aug 5, 2024
2 parents dfaf844 + b446f45 commit 2bf975e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:ccip-develop \
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
## override_toml=./testconfig/tomls/baseline.toml \
## override_toml=./testconfig/tomls/ccip-1.4-stress/baseline.toml \
## secret_toml=./testconfig/tomls/secrets.toml

[CCIP]
Expand Down Expand Up @@ -148,8 +148,8 @@ BatchGasLimit = 11000000

[CCIP.Groups.load.TokenConfig]
TimeoutForPriceUpdate = '15m'
NoOfTokensPerChain = 60
NoOfTokensWithDynamicPrice = 15
NoOfTokensPerChain = 10
NoOfTokensWithDynamicPrice = 10
DynamicPriceUpdateInterval ='15s'
CCIPOwnerTokens = true

Expand All @@ -168,14 +168,14 @@ Frequencies = [4,12,3,1]
MsgType = 'Token'
DestGasLimit = 0
DataLength = 0
NoOfTokens = 5
NoOfTokens = 1
AmountPerToken = 1

[[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]]
MsgType = 'DataWithToken'
DestGasLimit = 500000
DataLength = 5000
NoOfTokens = 5
NoOfTokens = 1
AmountPerToken = 1

[[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
## make test_load_ccip testimage=<aws account number>.dkr.ecr.<aws region>.amazonaws.com/chainlink-ccip-tests:ccip-develop \
## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \
## override_toml=./testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml \
## override_toml=./testconfig/tomls/ccip1.4-stress/tier-a.toml \
## secret_toml=./testconfig/tomls/secrets.toml

[CCIP]
Expand Down

0 comments on commit 2bf975e

Please sign in to comment.