Skip to content

Commit

Permalink
Fix ws-port to rpc-port flag for 0943 polkadot
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev committed Jul 10, 2023
1 parent 87582d5 commit 99ff8f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/resources/config-for-integration-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"nodes": [
{
"name": "alice",
"wsPort": 9911,
"port": 31331,
"flags": [
"--rpc-port=9911",
"--rpc-cors=all",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
},
{
"name": "bob",
"wsPort": 9912,
"port": 31332,
"flags": [
"--rpc-port=9912",
"--rpc-cors=all",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
},
{
"name": "charlie",
"wsPort": 9913,
"port": 31333,
"flags": [
"--rpc-port=9913",
"--rpc-cors=all",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
Expand Down
6 changes: 3 additions & 3 deletions .github/resources/config-for-runtime-upgrade-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"nodes": [
{
"name": "alice",
"wsPort": 9911,
"port": 31331,
"flags": [
"--rpc-cors=all",
"--rpc-port=9911",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
},
{
"name": "bob",
"wsPort": 9912,
"port": 31332,
"flags": [
"--rpc-port=9912",
"--rpc-cors=all",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
},
{
"name": "charlie",
"wsPort": 9913,
"port": 31333,
"flags": [
"--rpc-port=9913",
"--rpc-cors=all",
"--telemetry-url=wss://api.telemetry.manta.systems/submit 0"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cargo build --release
--bob \
--rpc-cors 'all' \
--unsafe-ws-external \
--ws-port 9945 \
--rpc-port 9945 \
--discover-local \
--port 30334
```
Expand Down

0 comments on commit 99ff8f6

Please sign in to comment.