Skip to content

Commit

Permalink
fix: another .env var in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Mar 19, 2024
1 parent 2686e5e commit c9a0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/transfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHAIN_STARKNET="0"

echo -e "${GREEN}\n=> [SN] Making transfer to Destination account${COLOR_RESET}" # 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 -> 642829559307850963015472508762062935916233390536

MM_INITIAL_BALANCE=$(cast balance --rpc-url $ETHEREUM_RPC --ether $MM_ETHEREUM_WALLET)
MM_INITIAL_BALANCE=$(cast balance --rpc-url $ETHEREUM_RPC --ether $MM_ETHEREUM_WALLET_ADDRESS)
DESTINATION_INITIAL_BALANCE=$(cast balance --rpc-url $ETHEREUM_RPC --ether $DESTINATION_ADDRESS)
echo "Initial MM balance: $MM_INITIAL_BALANCE"
echo "Initial Destination balance: $DESTINATION_INITIAL_BALANCE"
Expand Down

0 comments on commit c9a0d78

Please sign in to comment.