Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Aug 6, 2024
1 parent 4f25c2f commit 8800bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integration-tests/ccip-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set_config:
echo "Overriding config with $(override_toml)"; \
echo "export BASE64_CCIP_CONFIG_OVERRIDE=$$(base64 -i $(override_toml))" > ./testconfig/override/.env; \
echo "export TEST_BASE64_CCIP_CONFIG_OVERRIDE=$$(base64 -i $(override_toml))" >> ./testconfig/override/.env; \
echo "BASE64_CCIP_CONFIG_OVERRIDE=$$(base64 -i $(override_toml))" > ./testconfig/override/debug.env; \
echo "TEST_BASE64_CCIP_CONFIG_OVERRIDE=$$(base64 -i $(override_toml))" >> ./testconfig/override/debug.env; \
else \
echo "No override config found, using default config"; \
echo > ./testconfig/override/.env; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
E2E_TEST_CHAINLINK_IMAGE="***.dkr.ecr.***.amazonaws.com/chainlink-ccip"

# Chainlink upgrade image for NewCLCluster. Used only for upgrade tests
E2E_TEST_CHAINLINK_UPGRADE_IMAG="***.dkr.ecr.***.amazonaws.com/chainlink-ccip"
E2E_TEST_CHAINLINK_UPGRADE_IMAGE="***.dkr.ecr.***.amazonaws.com/chainlink-ccip"

# Ethereum network secrets
E2E_TEST_ETHEREUM_MAINNET_WALLET_KEY="<private key for ethereum network>"
Expand Down

0 comments on commit 8800bce

Please sign in to comment.