Skip to content

Commit

Permalink
rusk: Add Moonlight account to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Oct 2, 2024
1 parent c5a1253 commit 03899b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/genesis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ notes = [100_000_000_000_000]

[[stake]]
address = 'oCqYsUMRqpRn2kSabH52Gt6FQCwH5JXj5MtRdYVtjMSJ73AFvdbPf98p3gz98fQwNy9ZBiDem6m9BivzURKFSKLYWP3N9JahSPZs9PnZ996P18rTGAjQTNFsxtbrKx79yWu'
amount = 1_000_000_000_000
amount = 100_000_000_000_000

[[moonlight_account]]
address = 'oCqYsUMRqpRn2kSabH52Gt6FQCwH5JXj5MtRdYVtjMSJ73AFvdbPf98p3gz98fQwNy9ZBiDem6m9BivzURKFSKLYWP3N9JahSPZs9PnZ996P18rTGAjQTNFsxtbrKx79yWu'
balance = 100_000_000_000_000

0 comments on commit 03899b3

Please sign in to comment.