Skip to content

Commit

Permalink
Simplify and remove mint.sh. It doesn't work right anyway (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy authored Oct 6, 2022
1 parent 5bc4ef2 commit 867a948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
12 changes: 0 additions & 12 deletions initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -e

if [[ "$1" == "-h" ]] || [[ "$1" == "--help" ]]; then
echo "Usage: $0 [FREIGHTER_WALLET_ADDRESS]"
exit 1
fi

# TODO: Set the owner to something reasonable here. Probably whatever account
# soroban is running stuff as?
# This is an Identifier for Account GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF
Expand Down Expand Up @@ -37,10 +32,3 @@ soroban invoke --id 0 \
--arg "$deadline" \
--arg "1000000000" \
--arg "$TOKEN_ID"

if [ -n "$1" ]; then
echo Minting 100.00 tokens to the user wallet: "$1"
./mint.sh "$1" 10000
else
echo User wallet not specified, skipping minting tokens.
fi
39 changes: 0 additions & 39 deletions mint.sh

This file was deleted.

0 comments on commit 867a948

Please sign in to comment.