Skip to content

Commit

Permalink
Merge branch 'ccip-develop' into TT-1396
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl authored Jul 12, 2024
2 parents 22360e0 + 3e29ce9 commit b3d8e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func DeployEnvironments(
anvilConfig.BlockGaslimit = pointer.ToInt64(100000000)
}
testEnvironment.
AddHelm(foundry.NewVersioned("0.1.9", &foundry.Props{
AddHelm(foundry.NewVersioned("0.2.1", &foundry.Props{
NetworkName: network.Name,
Values: map[string]interface{}{
"fullnameOverride": actions.NetworkName(network.Name),
Expand All @@ -506,6 +506,9 @@ func DeployEnvironments(
"baseFee": fmt.Sprintf("%d", pointer.GetInt64(anvilConfig.BaseFee)),
},
"resources": GethResourceProfile,
"cache": map[string]interface{}{
"capacity": "150Gi",
},
},
}))
selectedNetworks[i].Simulated = true
Expand Down

0 comments on commit b3d8e01

Please sign in to comment.