From 046d04c5497db27e0357ce63bab29510db12e3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cilhanu=E2=80=9D?= Date: Tue, 11 Apr 2023 19:16:44 +0200 Subject: [PATCH] add team member --- node/src/chain_spec.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index daf96625..1a329259 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -99,6 +99,9 @@ fn testnet_endowed_accounts() -> Vec<(AccountId,u128)> { //5Ferj4SHg8mtUGxWHuyjhciTCmh7TAyhw8pSjFtxRAJDynpk hex!["9ec0e63219270075ffd546e4fa39b4027216a9de5ed16b38bc54d66fe09b8d47"].into(), + + //5CvXpHXyMb1giW8SbzSMbYNRm6AuArXiUyrXc5SoCzYb9sFE + hex!["2600780aeb118662cd50452e2c2d6848e3ebe673a4b76dbac9355b50f11bc716"].into(), ]; let accounts_with_balance: Vec<(AccountId, u128)> = accounts.iter().cloned().map(|k| (k, 1 << 60)).collect();