Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix: also fix rpc listener
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jan 12, 2024
1 parent 2d88cb1 commit f4dbbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/celestia-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3
version: 0.3.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/celestia-local/files/scripts/start-bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ exec celestia bridge start \
--gateway \
--gateway.addr 0.0.0.0 \
--gateway.port "$bridge_host_port" \
--rpc.addr 0.0.0.0 \
--rpc.port "$bridge_rpc_port" \
--keyring.accname "$validator_key_name"

0 comments on commit f4dbbc0

Please sign in to comment.