#188 Added a guide for contract migration (#200)

This commit is contained in:
Nikita Khateev
2024-05-31 18:42:09 +04:00
committed by GitHub
parent 912e6f4e19
commit 64d64b88d0
5 changed files with 54 additions and 0 deletions
+3
View File
@@ -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(),