Skip to content

Commit

Permalink
adds a clarification to register rollapp to hub script
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed Apr 9, 2024
1 parent 469d39f commit d5a0f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/settlement/register_rollapp_to_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

MAX_SEQUENCERS=5

# this account must be whitelisted on the hub for permissioned deployment setup
DEPLOYER=${HUB_PERMISSIONED_KEY-"$HUB_KEY_WITH_FUNDS"}

if [ -z "$HUB_RPC_URL" ]; then
echo "HUB_RPC_URL is not set, using 'http://localhost:36657'"
HUB_RPC_URL="http://localhost:36657"
Expand All @@ -15,6 +12,9 @@ if [ -z "$HUB_CHAIN_ID" ]; then
HUB_CHAIN_ID="dymension_100-1"
fi

# this account must be whitelisted on the hub for permissioned deployment setup
DEPLOYER=${HUB_PERMISSIONED_KEY-"$HUB_KEY_WITH_FUNDS"} # if doesn't work see `dymd q rollapp params --node ${HUB_RPC_URL}` (local-user)

# this file is generated using the scripts/settlement/generate_denom_metadata.sh
DENOM_METADATA_PATH="$HOME/.rollapp_evm/init/denommetadata.json"
# this file is generated using the scripts/settlement/add_genesis_accounts.sh
Expand Down

0 comments on commit d5a0f5e

Please sign in to comment.