Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 8, 2024
1 parent 7ec7387 commit 03644ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ BatchGasLimit = 11000000
TimeoutForPriceUpdate = '15m'
NoOfTokensPerChain = 60
NoOfTokensWithDynamicPrice = 15
DynamicPriceUpdateInterval ='5m'
DynamicPriceUpdateInterval ='15s'
CCIPOwnerTokens = true

[CCIP.Groups.load.LoadProfile]
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ func DeployEnvironments(
"forkComputeUnitsPerSecond": anvilConfig.ComputePerSecond,
"forkNoRateLimit": anvilConfig.RateLimitDisabled,
"blocksToKeepInMemory": anvilConfig.BlocksToKeepInMem,
"blockGasLimit": anvilConfig.BlockGaslimit,
"baseFee": anvilConfig.BaseFee,
"blockGasLimit": fmt.Sprintf("%d", anvilConfig.BlockGaslimit),
"baseFee": fmt.Sprintf("%d", anvilConfig.BaseFee),
},
"resources": testInputs.GethResourceProfile,
},
Expand Down

0 comments on commit 03644ae

Please sign in to comment.