Prometheus options in Substrate relay (#402)

This commit is contained in:
Svyatoslav Nikolsky
2020-10-07 21:39:07 +03:00
committed by Bastian Köcher
parent 86834e2fd6
commit ddeb59d336
4 changed files with 42 additions and 4 deletions
+4 -1
View File
@@ -12,7 +12,6 @@ codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.5"
log = "0.4.11"
paste = "1.0"
sp-runtime = "2.0"
structopt = "0.3"
# Bridge dependencies
@@ -24,3 +23,7 @@ relay-millau-client = { path = "../millau-client" }
relay-rialto-client = { path = "../rialto-client" }
relay-substrate-client = { path = "../substrate-client" }
relay-utils = { path = "../utils" }
# Substrate dependencies
sp-runtime = "2.0"