-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused sub accounts and add readme file how to run relayer
- Loading branch information
Showing
2 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### polkadot relayer start CLI command | ||
SEED="seed phrase" SLEEP_TIME_MIN=60 cargo run --features composable | ||
|
||
### kusama relayer start CLI command | ||
SEED="seed phrase" RELAY_HOST=wss://kusama-rpc-tn.dwellir.com:443 PARA_HOST=wss://rpc.composablenodes.tech:443 SLEEP_TIME_MIN=60 cargo run --features picasso | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters