Take in a Keystore and validator ID

This commit is contained in:
Luke Parker
2022-11-01 20:06:42 -04:00
parent aa0a4cf106
commit 5832007a45
5 changed files with 56 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ tokio = { version = "1", features = ["sync", "rt"] }
sp-core = { git = "https://github.com/serai-dex/substrate" }
sp-application-crypto = { git = "https://github.com/serai-dex/substrate" }
sp-keystore = { git = "https://github.com/serai-dex/substrate" }
sp-inherents = { git = "https://github.com/serai-dex/substrate" }
sp-staking = { git = "https://github.com/serai-dex/substrate" }
sp-blockchain = { git = "https://github.com/serai-dex/substrate" }