mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-18 10:41:07 +00:00
Generated
+1
@@ -7889,6 +7889,7 @@ dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-benchmarking-cli",
|
||||
"futures",
|
||||
"hex-literal",
|
||||
"jsonrpsee",
|
||||
"log",
|
||||
"pallet-transaction-payment-rpc",
|
||||
|
||||
@@ -12,6 +12,7 @@ version = "0.1.2"
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
hex-literal = { workspace = true }
|
||||
jsonrpsee = { workspace = true, features = [ "server" ] }
|
||||
log = { workspace = true }
|
||||
parity-scale-codec = { workspace = true }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
use cumulus_primitives_core::ParaId;
|
||||
use hex_literal::hex;
|
||||
use parachain_template_runtime::{
|
||||
constants::currency::EXISTENTIAL_DEPOSIT, AccountId, AuraId, Signature,
|
||||
};
|
||||
@@ -106,6 +107,8 @@ pub fn development_config() -> ChainSpec {
|
||||
get_account_id_from_seed::<ecdsa::Public>("Dave//stash"),
|
||||
get_account_id_from_seed::<ecdsa::Public>("Eve//stash"),
|
||||
get_account_id_from_seed::<ecdsa::Public>("Ferdie//stash"),
|
||||
AccountId::from(hex!("33c7c88f2B2Fcb83975fCDB08d2B5bf7eA29FDCE")),
|
||||
AccountId::from(hex!("c02db867898f227416BCB6d97190126A6b04988A")),
|
||||
],
|
||||
get_account_id_from_seed::<ecdsa::Public>("Alice"),
|
||||
1000.into(),
|
||||
|
||||
Reference in New Issue
Block a user