Configure node for a multi-node testnet

This commit is contained in:
Luke Parker
2022-11-01 23:10:36 -04:00
parent 86aaadaea0
commit e3fc3f28fb
9 changed files with 65 additions and 31 deletions

3
Cargo.lock generated
View File

@@ -7589,6 +7589,7 @@ dependencies = [
"frame-benchmarking-cli",
"frame-system",
"jsonrpsee",
"log",
"pallet-tendermint",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc",
@@ -7616,7 +7617,9 @@ dependencies = [
"sp-core",
"sp-inherents",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-tendermint",
"sp-timestamp",
"substrate-build-script-utils",
"substrate-frame-rpc-system",