mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-14 17:41:02 +00:00
* #188 added RPC node to enable interaction
This commit is contained in:
@@ -86,6 +86,7 @@ parachains-common = { workspace = true }
|
||||
fp-account = { workspace = true }
|
||||
fp-evm = { workspace = true }
|
||||
fp-rpc = { workspace = true }
|
||||
fp-self-contained = { workspace = true, features = [ "serde" ] }
|
||||
pallet-base-fee = { workspace = true }
|
||||
pallet-ethereum = { workspace = true }
|
||||
pallet-evm = { workspace = true }
|
||||
@@ -112,6 +113,7 @@ std = [
|
||||
"fp-account/std",
|
||||
"fp-evm/std",
|
||||
"fp-rpc/std",
|
||||
"fp-self-contained/std",
|
||||
"frame-benchmarking?/std",
|
||||
"frame-executive/std",
|
||||
"frame-support/std",
|
||||
@@ -211,6 +213,7 @@ try-runtime = [
|
||||
"cumulus-pallet-parachain-system/try-runtime",
|
||||
"cumulus-pallet-xcm/try-runtime",
|
||||
"cumulus-pallet-xcmp-queue/try-runtime",
|
||||
"fp-self-contained/try-runtime",
|
||||
"frame-executive/try-runtime",
|
||||
"frame-support/try-runtime",
|
||||
"frame-system/try-runtime",
|
||||
|
||||
Reference in New Issue
Block a user