Skip to content

Commit

Permalink
fix: init_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 21, 2024
1 parent 2cf88b0 commit 91fc95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/scripts/init_auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ world_address=$(grep "world_address" "$config_file" | cut -d'"' -f2)

declare "CORE_ACTIONS"="pixelaw-actions"
declare "P_WAR_ACTIONS"="pixelaw-p_war_actions"
declare "PROPOSE_ACTIONS"="pixelaw-propose"
declare "VOTING_ACTIONS"="pixelaw-voting"
declare "PROPOSE_ACTIONS"="pixelaw-propose_actions"
declare "VOTING_ACTIONS"="pixelaw-voting_actions"
declare "GUILDS_ACTIONS"="pixelaw-guild_actions"

## Set RPC_URL with default value
Expand Down

0 comments on commit 91fc95a

Please sign in to comment.