Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 9, 2024
1 parent 11fdeac commit cae912b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ evm_default_gas_limit = 6000000
evm_finality_depth = 1

[CCIP.Env.Network.AnvilConfigs.PRIVATE-CHAIN-1]
block_time = 1
block_time = 2

#
[CCIP.Env.Network.AnvilConfigs.SLOW-CHAIN-1]
Expand Down
5 changes: 5 additions & 0 deletions integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,11 @@ func DeployEnvironments(
NetworkName: network.Name,
Values: map[string]interface{}{
"fullnameOverride": actions.NetworkName(network.Name),
"image": map[string]interface{}{
"repository": "ghcr.io/foundry-rs/foundry",
"tag": "nightly-5ac78a9cd4b94dc53d1fe5e0f42372b28b5a7559",
// "tag": "nightly-ea2eff95b5c17edd3ffbdfc6daab5ce5cc80afc0",
},
"anvil": map[string]interface{}{
"chainId": fmt.Sprintf("%d", network.ChainID),
"blockTime": anvilConfig.BlockTime,
Expand Down

0 comments on commit cae912b

Please sign in to comment.