Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
fbielejec committed Aug 16, 2022
commit 054ce75cb0e33730213c37eb35cb90cf80ec701a
8 changes: 4 additions & 4 deletions contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function instrument_ticket_token {

echo $contract_name "ticket contract instance address: " $contract_address

# --- GRANT PRIVILEDGES ON THE TOKEN CONTRACT
# --- GRANT PRIVILEGES ON THE TOKEN CONTRACT

cd "$CONTRACTS_PATH"/access_control

Expand Down Expand Up @@ -51,7 +51,7 @@ function instrument_game_token {

echo "$contract_name token contract instance address: $contract_address"

# --- GRANT PRIVILEDGES ON THE TOKEN CONTRACT
# --- GRANT PRIVILEGES ON THE TOKEN CONTRACT

cd "$CONTRACTS_PATH"/access_control

Expand Down Expand Up @@ -97,7 +97,7 @@ function deploy_and_instrument_game {

echo "$contract_name contract instance address: $contract_address"

# --- GRANT PRIVILEDGES ON THE CONTRACT
# --- GRANT PRIVILEGES ON THE CONTRACT

cd "$CONTRACTS_PATH"/access_control

Expand Down Expand Up @@ -180,7 +180,7 @@ GAME_TOKEN_CODE_HASH=$(echo "$CODE_HASH" | grep hash | tail -1 | cut -c 15-)

echo "button token code hash" "$GAME_TOKEN_CODE_HASH"

# --- GRANT INIT PRIVILEDGES ON THE TOKEN AND TICKET CONTRACT CODE
# --- GRANT INIT PRIVILEGES ON THE TOKEN AND TICKET CONTRACT CODE

cd "$CONTRACTS_PATH"/access_control

Expand Down