Skip to content

Commit

Permalink
Comment eth addresses for alith and baltathar
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Jan 6, 2025
1 parent cb3d437 commit e76519b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/chain_spec/localnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ fn localnet_genesis(
),
// ETH
(
// Alith
// Alith - 0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
AccountId::from_str("5Fghzk1AJt88PeFEzuRfXzbPchiBbsVGTTXcdx599VdZzkTA").unwrap(),
2000000000000u128,
),
(
// Baltathar
// Baltathar - 0x3Cd0A705a2DC65e5b1E1205896BaA2be8A07c6e0
AccountId::from_str("5GeqNhKWj1KG78VHzbmo3ZjZgUTrCuWeamdgiA114XHGdaEr").unwrap(),
2000000000000u128,
),
Expand Down

0 comments on commit e76519b

Please sign in to comment.