Skip to content

Commit

Permalink
fix(script): Use address passed down as argument for Hermes' configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
KirilMihaylov authored and Lockwarr committed Apr 16, 2024
1 parent 9681f34 commit 71f4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/remote/hermes-initial-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ update_config "$hermes_config_dir" '.chains[0]."max_block_time"' '"30s"'
update_config "$hermes_config_dir" '.chains[0]."trusting_period"' '"14days"'
update_config "$hermes_config_dir" '.chains[0]."trust_threshold"' '{ numerator : "1", denominator : "3" }'
update_config "$hermes_config_dir" '.chains[0]."memo_prefix"' '"''"'
update_config "$hermes_config_dir" '.chains[0]."event_source"' '{ mode : "push", url : "ws://127.0.0.1:'"$chain1_rpc_port"'/websocket", batch_delay : "500ms" }'
update_config "$hermes_config_dir" '.chains[0]."event_source"' '{ mode : "push", url : "ws://'"$chain1_ip_addr"':'"$chain1_rpc_port"'/websocket", batch_delay : "500ms" }'

# Account setup
declare hermes_mnemonic_file="$hermes_config_dir"/hermes.seed
Expand Down

0 comments on commit 71f4980

Please sign in to comment.