mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 18:18:01 +00:00
7f0847107c
* Make event subscription logic more generic. * Fix build. * Add test-node. * Update deps. * Address review comments.
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
NODE_TEMPLATE=../target/release/test-node
|
|
$NODE_TEMPLATE purge-chain --chain=dev-chain.json
|
|
rm -rf /tmp/subxt-light-client
|