31 lines
816 B
JSON
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
|
|
}
|
|
}
|
|
}
|