We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ab313 commit e6b95ccCopy full SHA for e6b95cc
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: try on its own
45
run: |
46
- wscat -c wss://test.finney.opentensor.ai:443 -x '{"id":1, "jsonrpc":"2.0", "method": "state_getRuntimeVersion"}' -w 1
+ wscat -c wss://test.finney.opentensor.ai:443 -x '{"id":1, "jsonrpc":"2.0", "method": "state_getRuntimeVersion"}' -w 1 --show-ping-pong
47
48
- name: Get live spec_version for ${{ github.event.inputs.network }}
49
0 commit comments