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
remove comment
  • Loading branch information
fbielejec committed Aug 16, 2022
commit 17e81cc576af6a52376080321ea6a829296aa6fc
3 changes: 1 addition & 2 deletions contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ function instrument_game_token {

cd "$CONTRACTS_PATH"/access_control

# set the admin and the owner of the contract instance
# cargo contract call --url "$NODE" --contract "$ACCESS_CONTROL" --message grant_role --args "$AUTHORITY" 'Admin('"$contract_address"')' --suri "$AUTHORITY_SEED"
# set the owner of the contract instance
cargo contract call --url "$NODE" --contract "$ACCESS_CONTROL" --message grant_role --args "$AUTHORITY" 'Owner('"$contract_address"')' --suri "$AUTHORITY_SEED"

# TODO : MINTER / BURNER roles
Expand Down