Skip to content

Commit

Permalink
Merge pull request #2570 from dusk-network/add-moonlight-acc-genesis
Browse files Browse the repository at this point in the history
rusk: Add Moonlight account to genesis
  • Loading branch information
HDauven authored Oct 2, 2024
2 parents 921cfae + 03899b3 commit ec26154
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 ec26154

Please sign in to comment.