Skip to content

Commit

Permalink
change wsPort for rpcPort on parachain-launch/config
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri committed Aug 31, 2023
1 parent d62b7f4 commit e79f144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/parachain-launch/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ relaychain:
- --pruning=archive
nodes: # nodes config
- name: alice # the node name and session key, this imply `--alice`
wsPort: 9944 # default ws port number is `9944 + global_node_index`
rpcPort: 9944 # default ws port number is `9944 + global_node_index`
- name: bob
- name: charlie
- name: dave
Expand Down Expand Up @@ -48,7 +48,7 @@ parachains:
- --execution=wasm
# volumePath: /acala/data # The path to mount volume and base path, default to /data
nodes: # nodes config
- wsPort: 9188
- rpcPort: 9188
flags: # additional CLI flags for this node
- --alice
relaychainFlags: # additional CLI flags for relaychain part
Expand Down Expand Up @@ -79,7 +79,7 @@ parachains:
relaychainFlags: # CLI flags for the relaychain port
- --execution=wasm
nodes: # nodes config
- wsPort: 9988
- rpcPort: 9988
flags: # additional CLI flags for this node
- --alice
- flags:
Expand Down

0 comments on commit e79f144

Please sign in to comment.