Create a dedicated file for being a Tendermint authority

This commit is contained in:
Luke Parker
2022-10-30 10:08:35 -04:00
parent 066bc40a88
commit 3d7c12adcd
9 changed files with 422 additions and 395 deletions

View File

@@ -27,6 +27,7 @@ sp-block-builder = { git = "https://github.com/serai-dex/substrate" }
sc-keystore = { git = "https://github.com/serai-dex/substrate" }
sc-transaction-pool = { git = "https://github.com/serai-dex/substrate" }
sc-basic-authorship = { git = "https://github.com/serai-dex/substrate" }
sc-transaction-pool-api = { git = "https://github.com/serai-dex/substrate" }
sc-executor = { git = "https://github.com/serai-dex/substrate" }
sc-service = { git = "https://github.com/serai-dex/substrate" }