Skip to content

Commit

Permalink
try with subxt
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed May 15, 2024
1 parent 66acdda commit 8dbdd71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
with:
toolchain: stable

- name: Install subxt
run: cargo install subxt-cli

- name: try on its own
run: |
wscat -c wss://test.chain.opentensor.ai:443 -x '{"id":1, "jsonrpc":"2.0", "method": "state_getRuntimeVersion"}' -w 30 --show-ping-pong
PATH=$PATH:$HOME/.cargo/.bin subxt metadata --url wss://test.chain.opentensor.ai:443 --format json
- name: Get live spec_version for ${{ github.event.inputs.network }}
run: |
Expand Down

0 comments on commit 8dbdd71

Please sign in to comment.