updated genesis file for reference
This commit is contained in:
parent
78c17c0ef0
commit
39e4ebe92e
1 changed files with 76 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"initial_timestamp": "2020-01-13T06:03:15",
|
"initial_timestamp": "2020-03-16T20:35:24",
|
||||||
"max_core_supply": "1000000000000000",
|
"max_core_supply": "1000000000000000",
|
||||||
"initial_parameters": {
|
"initial_parameters": {
|
||||||
"current_fees": {
|
"current_fees": {
|
||||||
|
|
@ -328,6 +328,78 @@
|
||||||
81,{
|
81,{
|
||||||
"fee": 2000000
|
"fee": 2000000
|
||||||
}
|
}
|
||||||
|
],[
|
||||||
|
82,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
83,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
84,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
85,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
86,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
87,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
88,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
89,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
90,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
91,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
92,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
93,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
94,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
95,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
96,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
97,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
98,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
99,{
|
||||||
|
"fee": 0
|
||||||
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"scale": 10000
|
"scale": 10000
|
||||||
|
|
@ -344,6 +416,7 @@
|
||||||
"maximum_asset_feed_publishers": 10,
|
"maximum_asset_feed_publishers": 10,
|
||||||
"maximum_witness_count": 1001,
|
"maximum_witness_count": 1001,
|
||||||
"maximum_committee_count": 1001,
|
"maximum_committee_count": 1001,
|
||||||
|
"maximum_son_count": 15,
|
||||||
"maximum_authority_membership": 10,
|
"maximum_authority_membership": 10,
|
||||||
"reserve_percent_of_fee": 2000,
|
"reserve_percent_of_fee": 2000,
|
||||||
"network_percent_of_fee": 2000,
|
"network_percent_of_fee": 2000,
|
||||||
|
|
@ -374,16 +447,12 @@
|
||||||
"maximum_tournament_start_delay": 604800,
|
"maximum_tournament_start_delay": 604800,
|
||||||
"maximum_tournament_number_of_wins": 100,
|
"maximum_tournament_number_of_wins": 100,
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"min_bet_multiplier": 10100,
|
|
||||||
"max_bet_multiplier": 10000000,
|
|
||||||
"betting_rake_fee_percentage": 300,
|
|
||||||
"live_betting_delay_time": 5,
|
|
||||||
"sweeps_distribution_percentage": 200,
|
"sweeps_distribution_percentage": 200,
|
||||||
"sweeps_distribution_asset": "1.3.0",
|
"sweeps_distribution_asset": "1.3.0",
|
||||||
"sweeps_vesting_accumulator_account": "1.2.0",
|
"sweeps_vesting_accumulator_account": "1.2.0",
|
||||||
"gpos_period": 15552000,
|
"gpos_period": 15552000,
|
||||||
"gpos_subperiod": 2592000,
|
"gpos_subperiod": 2592000,
|
||||||
"gpos_period_start": 1601528400,
|
"gpos_period_start": 1584385200,
|
||||||
"gpos_vesting_lockin_period": 2592000
|
"gpos_vesting_lockin_period": 2592000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -523,6 +592,7 @@
|
||||||
"immutable_parameters": {
|
"immutable_parameters": {
|
||||||
"min_committee_member_count": 11,
|
"min_committee_member_count": 11,
|
||||||
"min_witness_count": 11,
|
"min_witness_count": 11,
|
||||||
|
"min_son_count": 5,
|
||||||
"num_special_accounts": 0,
|
"num_special_accounts": 0,
|
||||||
"num_special_assets": 0
|
"num_special_assets": 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue