Skip to content

Commit

Permalink
Add ETH prefunded accounts to localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Dec 24, 2024
1 parent 80150de commit cb3d437
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions node/src/chain_spec/localnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ fn localnet_genesis(
get_account_id_from_seed::<sr25519::Public>("Ferdie"),
2000000000000u128,
),
// ETH
(
// Alith
AccountId::from_str("5Fghzk1AJt88PeFEzuRfXzbPchiBbsVGTTXcdx599VdZzkTA").unwrap(),
2000000000000u128,
),
(
// Baltathar
AccountId::from_str("5GeqNhKWj1KG78VHzbmo3ZjZgUTrCuWeamdgiA114XHGdaEr").unwrap(),
2000000000000u128,
),
];

// Check if the environment variable is set
Expand Down

0 comments on commit cb3d437

Please sign in to comment.