Partial work on correcting pallet calls

This commit is contained in:
Luke Parker
2022-10-27 06:29:56 -04:00
parent eb418448eb
commit 4c2dd9b306
7 changed files with 89 additions and 27 deletions

View File

@@ -38,6 +38,7 @@ sc-service = { git = "https://github.com/serai-dex/substrate" }
sc-client-api = { git = "https://github.com/serai-dex/substrate" }
sc-consensus = { git = "https://github.com/serai-dex/substrate" }
frame-support = { git = "https://github.com/serai-dex/substrate" }
pallet-session = { git = "https://github.com/serai-dex/substrate" }
substrate-prometheus-endpoint = { git = "https://github.com/serai-dex/substrate" }