Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 2, 2025
1 parent b474197 commit 2504633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/swap/scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ npx hardhat localnet:solana-deposit-and-call \
--receiver "$CONTRACT_SWAP" \
--amount 1 \
--types '["address", "bytes", "bool"]' "$ZRC20_ETHEREUM" "$SENDER" true
--network localhost

npx hardhat localnet-check

Expand Down Expand Up @@ -90,4 +89,4 @@ npx hardhat localnet-check

# npx hardhat localnet-check

# if [ "$1" = "start" ]; then npx hardhat localnet-stop; fi
if [ "$1" = "start" ]; then npx hardhat localnet-stop; fi

0 comments on commit 2504633

Please sign in to comment.