Skip to content

Commit

Permalink
chore: add genesis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nuel77 committed Jun 23, 2024
1 parent 8052b1d commit 39708c4
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 184 deletions.
5 changes: 5 additions & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,10 @@ fn testnet_genesis(
// Assign network admin rights.
"key": Some(root_key),
},
"utxo":{
// initial supply of 21 million to alice
"supply": 2100,
"owner": Some(get_account_id_from_seed::<sr25519::Public>("Alice")),
}
})
}
Loading

0 comments on commit 39708c4

Please sign in to comment.