gcx/blockchain/genex-chain/config/genesis.json

183 lines
5.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"genesis_time": "2026-01-01T00:00:00Z",
"chain_id": "genex-8888",
"initial_height": "1",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "100000000",
"time_iota_ms": "1000"
},
"evidence": {
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": ["ed25519"]
},
"version": {
"app": "0"
}
},
"app_hash": "",
"app_state": {
"auth": {
"params": {
"max_memo_characters": "256",
"tx_sig_limit": "7",
"tx_size_cost_per_byte": "10",
"sig_verify_cost_ed25519": "590",
"sig_verify_cost_secp256k1": "1000"
},
"accounts": []
},
"bank": {
"params": {
"send_enabled": [],
"default_send_enabled": true
},
"supply": [
{
"denom": "ugnx",
"amount": "1000000000000000"
}
],
"balances": [
{
"_comment": "平台运营/Gas补贴池 (40%)",
"address": "genex1platform_operations_address",
"coins": [
{ "denom": "ugnx", "amount": "400000000000000" }
]
},
{
"_comment": "团队与顾问 (20%) — 4年线性释放1年锁定",
"address": "genex1team_vesting_address",
"coins": [
{ "denom": "ugnx", "amount": "200000000000000" }
]
},
{
"_comment": "生态基金 (15%)",
"address": "genex1ecosystem_fund_address",
"coins": [
{ "denom": "ugnx", "amount": "150000000000000" }
]
},
{
"_comment": "未来融资预留 (15%)",
"address": "genex1future_financing_address",
"coins": [
{ "denom": "ugnx", "amount": "150000000000000" }
]
},
{
"_comment": "社区治理 DAO (10%)",
"address": "genex1community_dao_address",
"coins": [
{ "denom": "ugnx", "amount": "100000000000000" }
]
}
],
"denom_metadata": [
{
"description": "Genex Chain 原生代币",
"denom_units": [
{ "denom": "ugnx", "exponent": 0, "aliases": ["micrognx"] },
{ "denom": "mgnx", "exponent": 3, "aliases": ["millignx"] },
{ "denom": "gnx", "exponent": 6, "aliases": ["GNX"] }
],
"base": "ugnx",
"display": "gnx",
"name": "Genex Token",
"symbol": "GNX"
}
]
},
"staking": {
"params": {
"unbonding_time": "1814400s",
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "ugnx",
"min_commission_rate": "0.050000000000000000"
},
"validators": []
},
"slashing": {
"params": {
"signed_blocks_window": "100",
"min_signed_per_window": "0.500000000000000000",
"downtime_jail_duration": "600s",
"slash_fraction_double_sign": "0.050000000000000000",
"slash_fraction_downtime": "0.010000000000000000"
}
},
"gov": {
"params": {
"min_deposit": [
{ "denom": "ugnx", "amount": "10000000" }
],
"max_deposit_period": "172800s",
"voting_period": "172800s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000"
}
},
"evm": {
"params": {
"evm_denom": "ugnx",
"enable_create": true,
"enable_call": true,
"extra_eips": [],
"chain_config": {
"chain_id": "8888",
"homestead_block": "0",
"dao_fork_block": "0",
"dao_fork_support": true,
"eip150_block": "0",
"eip150_hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155_block": "0",
"eip158_block": "0",
"byzantium_block": "0",
"constantinople_block": "0",
"petersburg_block": "0",
"istanbul_block": "0",
"muir_glacier_block": "0",
"berlin_block": "0",
"london_block": "0",
"arrow_glacier_block": "0",
"gray_glacier_block": "0",
"merge_netsplit_block": "0",
"shanghai_time": "0"
}
},
"state": []
},
"feemarket": {
"params": {
"no_base_fee": true,
"base_fee_change_denominator": 8,
"elasticity_multiplier": 2,
"initial_base_fee": "0",
"min_gas_price": "0.000000000000000000"
},
"block_gas": "0"
},
"compliance": {
"_comment": "Genex 自定义合规模块创世状态",
"params": {
"enabled": true,
"travel_rule_threshold": "3000000000",
"structuring_window": "86400",
"ofac_update_interval": "3600"
},
"blacklisted_addresses": [],
"travel_rule_records": []
}
}
}