mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
[HOTFIX] Add incentive params to testnet-6000's genesis file (#468)
* add incentive module to contrib genesis file * add ukava rewards for bnb * add committee, update cdp Co-authored-by: Kevin Davis <kjydavis3@gmail.com>
This commit is contained in:
parent
23a5c7b969
commit
c43c332d52
@ -71,23 +71,20 @@
|
||||
{
|
||||
"auction_size": "50000000000",
|
||||
"conversion_factor": "8",
|
||||
"debt_limit": [
|
||||
{
|
||||
"debt_limit": {
|
||||
"amount": "2000000000000",
|
||||
"denom": "usdx"
|
||||
}
|
||||
],
|
||||
},
|
||||
"denom": "bnb",
|
||||
"liquidation_penalty": "0.05",
|
||||
"liquidation_ratio": "2.0",
|
||||
"liquidation_ratio": "1.5",
|
||||
"market_id": "bnb:usd",
|
||||
"prefix": 1,
|
||||
"stability_fee": "1.0000000007829977"
|
||||
}
|
||||
],
|
||||
"debt_auction_threshold": "10000000000",
|
||||
"debt_params": [
|
||||
{
|
||||
"debt_param": {
|
||||
"conversion_factor": "6",
|
||||
"debt_floor": "10000000",
|
||||
"debt_limit": [
|
||||
@ -99,14 +96,11 @@
|
||||
"denom": "usdx",
|
||||
"reference_asset": "usd",
|
||||
"savings_rate": "0.95"
|
||||
}
|
||||
],
|
||||
"global_debt_limit": [
|
||||
{
|
||||
},
|
||||
"global_debt_limit": {
|
||||
"amount": "2000000000000",
|
||||
"denom": "usdx"
|
||||
}
|
||||
],
|
||||
},
|
||||
"savings_distribution_frequency": "120000000000",
|
||||
"surplus_auction_threshold": "1000000000"
|
||||
},
|
||||
@ -114,6 +108,12 @@
|
||||
"previous_distribution_time": "1970-01-01T00:00:00Z",
|
||||
"starting_cdp_id": "1"
|
||||
},
|
||||
"committee": {
|
||||
"next_proposal_id": "1",
|
||||
"committees": [],
|
||||
"proposals": [],
|
||||
"votes": []
|
||||
},
|
||||
"crisis": {
|
||||
"constant_fee": {
|
||||
"amount": "1333000000",
|
||||
@ -171,6 +171,26 @@
|
||||
"voting_period": "600000000000"
|
||||
}
|
||||
},
|
||||
"incentive": {
|
||||
"params": {
|
||||
"active": true,
|
||||
"rewards": [
|
||||
{
|
||||
"active": true,
|
||||
"denom": "bnb",
|
||||
"available_rewards":
|
||||
{
|
||||
"amount": "50000000000",
|
||||
"denom": "ukava"
|
||||
},
|
||||
"duration": "36288000000000000",
|
||||
"time_lock": "1892160000000000000",
|
||||
"claim_duration": "36288000000000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
"previous_block_time": "1970-01-01T00:00:00Z"
|
||||
},
|
||||
"kavadist": {
|
||||
"params": {
|
||||
"active": true,
|
||||
|
Loading…
Reference in New Issue
Block a user