You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `/create_channel` endpoint: Supports post request. Proto defination: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L47
142
+
* `/create_channel` endpoint: Supports post request. Proto definition: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L47
143
143
144
144
One can use the exposer endpoint on the relayer to create channel from outside.
Copy file name to clipboardExpand all lines: examples/neutron/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Details of each of arguments in the config file can be found [here](https://docs
95
95
*`configs/scripts/`: Custom scripts used by the config file for setup. More details [here](https://docs.cosmology.zone/starship/config/chains#scripts-optional)
96
96
*`scripts/`: Handy scripts for dealing with starship setup and running
97
97
*`scripts/dev-setup.sh`: Checks for dependencies
98
-
*`scripts/port-forward.sh`: Performs local port-forwarding based on config file definations
98
+
*`scripts/port-forward.sh`: Performs local port-forwarding based on config file definitions
99
99
*`scripts/install.sh`: Installs helm chart in a connected kubernetes cluster
100
100
*`Makefile`: Single entrypoint for Starship, has all commands needed
0 commit comments