nu-node/genesis.json
Mukan Erkin 6bc6e90114 feat(genesis): genesis.json seed on first start
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 07:47:16 +03:00

31 lines
816 B
JSON

{
"chain_id": "nu-devnet-1",
"genesis_time": 1745539200000,
"dev_wallet": "0xDEV0000000000000000000000000000000000000",
"burn_wallet": "0xBURN000000000000000000000000000000000000",
"accounts": [
{
"address": "0xDEV0000000000000000000000000000000000000",
"balance": 52000000,
"staked": 5000000,
"pon_score": 1.4
}
],
"validators": [
{
"address": "0xDEV0000000000000000000000000000000000000",
"stake": 5000000,
"pon_score": 1.4,
"is_active": true
}
],
"genesis_story": {
"story_id": "genesis",
"root_node": {
"node_id": "0",
"author": "0xDEV0000000000000000000000000000000000000",
"content_hash": "bafkreigenesisrootnode000000000000000000000000000000000000000",
"submitted_at": 1745539200000
}
}
}