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
fix
  • Loading branch information
fbielejec committed Aug 16, 2022
commit 2dee371389eb150f69f2c1fe2849d0223354a8ba
4 changes: 2 additions & 2 deletions contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ start=`date +%s.%N`

# --- CREATE AN INSTANCE OF THE TICKET CONTRACT FOR THE EARLY_BIRD_SPECIAL GAME

instrument_ticket_token EARLY_BIRD_SPECIAL_TICKET game_ticket 0x4561726C79426972645370656369616C early_bird_special ebs
instrument_ticket_token EARLY_BIRD_SPECIAL_TICKET ticket_token 0x4561726C79426972645370656369616C early_bird_special ebs

instrument_game_token EARLY_BIRD_SPECIAL_TOKEN game_token Ubik UBI 0x4561726C79426972645370656369616C

Expand All @@ -212,7 +212,7 @@ deploy_and_instrument_game EARLY_BIRD_SPECIAL early_bird_special $EARLY_BIRD_SPE

# --- CREATE AN INSTANCE OF THE TICKET CONTRACT FOR THE BACK_TO_THE_FUTURE GAME

instrument_ticket_token BACK_TO_THE_FUTURE_TICKET game_ticket 0x4261636B546F546865467574757265 back_to_the_future
instrument_ticket_token BACK_TO_THE_FUTURE_TICKET ticket_token 0x4261636B546F546865467574757265 back_to_the_future

# --- CREATE AN INSTANCE OF THE TOKEN CONTRACT FOR THE BACK_TO_THE_FUTURE GAME

Expand Down