Skip to content

Commit

Permalink
Update start-solidity-qa-workflows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jg8481 committed Sep 15, 2024
1 parent 5326e5d commit 53f5491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-solidity-qa-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ if [ "$1" == "Start-Forked-Foundry-Anvil-Node-And-Wagmi-dApp" ]; then
echo
sleep 10
DEPLOYED_CONTRACT_ADDRESS=$(cat ./logs/forge-compile-and-deployment.log | grep "Deployed to" | awk '{print $3}')
echo "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.env
echo -n "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.env
#echo "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.txt
#tail -n -1 ./anvil-smartcontract-address.txt > ./anvil-smartcontract-address.env
#rm -rf ./anvil-smartcontract-address.txt
Expand Down Expand Up @@ -635,7 +635,7 @@ if [ "$1" == "Start-Default-Foundry-Anvil-Node-And-Wagmi-dApp" ]; then
echo
sleep 10
DEPLOYED_CONTRACT_ADDRESS=$(cat ./logs/forge-compile-and-deployment.log | grep "Deployed to" | awk '{print $3}')
echo "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.env
echo -n "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.env
#echo "$DEPLOYED_CONTRACT_ADDRESS" > ./anvil-smartcontract-address.txt
#tail -n -1 ./anvil-smartcontract-address.txt > ./anvil-smartcontract-address.env
#rm -rf ./anvil-smartcontract-address.txt
Expand Down

0 comments on commit 53f5491

Please sign in to comment.