mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Rework default values used by the RelayChainCli (#189)
This reworks the default values used by the RelayChainCli for stuff like the listen port etc. This also renames all the contracts related stuff to `cumulus-*` to support `.cargo/config` overrides.
This commit is contained in:
@@ -49,7 +49,7 @@ sc-informant = { git = "https://github.com/paritytech/substrate", branch = "roco
|
||||
sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
|
||||
|
||||
# RPC related dependencies
|
||||
pallet-contracts-rpc = { path = "./pallets/contracts/rpc" }
|
||||
cumulus-pallet-contracts-rpc = { path = "./pallets/contracts/rpc" }
|
||||
jsonrpc-core = "14.2.0"
|
||||
|
||||
# Cumulus dependencies
|
||||
|
||||
Reference in New Issue
Block a user