Skip to content

Commit

Permalink
increase even further
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Oct 19, 2023
1 parent 187db4e commit daa3366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
// 1 day should be enough for most of the cases
PermissionlessExecThreshold = 60 * 60 * 24 // 1 day

MaxNoOfTokensInMsg = 100
MaxNoOfTokensInMsg = 1000
// we keep the finality timeout high as it's out of our control
FinalityTimeout = 1 * time.Hour
TokenTransfer string = "WithToken"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func (e *CCIPContractsDeployer) DeployOnRamp(
},
evm_2_evm_onramp.EVM2EVMOnRampDynamicConfig{
Router: router,
MaxNumberOfTokensPerMsg: 100,
MaxNumberOfTokensPerMsg: 1000,
DestGasOverhead: 350_000,
DestGasPerPayloadByte: 16,
DestDataAvailabilityOverheadGas: 33_596,
Expand Down

0 comments on commit daa3366

Please sign in to comment.