Commit bb0fd76 1 parent c141273 commit bb0fd76 Copy full SHA for bb0fd76
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export HOST_ADDRESS=$(cat ./target/dev/manifest.json | jq -r '.contracts[] | sel
10
10
export PLAY_ADDRESS=$( cat ./target/dev/manifest.json | jq -r ' .contracts[] | select(.name == "zconqueror::systems::play::play" ).address' )
11
11
12
12
echo " ---------------------------------------------------------------------------"
13
- echo world : $WORLD_ADDRESS
13
+ echo world : $DOJO_WORLD_ADDRESS
14
14
echo " "
15
15
echo host : $HOST_ADDRESS
16
16
echo play : $PLAY_ADDRESS
@@ -19,7 +19,7 @@ echo "--------------------------------------------------------------------------
19
19
# enable system -> model authorizations
20
20
21
21
MODELS=(" Game" " Player" " Tile" )
22
- ACTIONS=($HOST_ADDRESS $MANAGE_ADDRESS $ PLAY_ADDRESS )
22
+ ACTIONS=($HOST_ADDRESS $PLAY_ADDRESS )
23
23
24
24
command=" sozo auth grant writer "
25
25
for model in " ${MODELS[@]} " ; do
You can’t perform that action at this time.
0 commit comments