0g-chain/x/hard/legacy/v0_16/testdata/v16-hard.json
Denali Marsh 779f8081e7
Update migrations to include uatom IBC denom money market (#1132)
* add uatom ibc denom to money markets in hard migration

* add new money market to stability committee

* clean up

* update v0_16 migration test data

* add swp, uatom ibc denoms to hard gov committee

* update committee migration testdata

* update general migration test data

* specify committee ID with vars

* fix merge var rename bug

Co-authored-by: rhuairahrighairigh <ruaridh.odonnell@gmail.com>
2022-01-15 00:12:23 +00:00

96 lines
3.2 KiB
JSON

{
"params": {
"money_markets": [
{
"denom": "usdx",
"borrow_limit": {
"has_max_limit": false,
"maximum_limit": "20000000.000000000000000000",
"loan_to_value": "0.800000000000000000"
},
"spot_market_id": "usdx:usd",
"conversion_factor": "1000000",
"interest_rate_model": {
"base_rate_apy": "0.050000000000000000",
"base_multiplier": "0.100000000000000000",
"kink": "0.800000000000000000",
"jump_multiplier": "0.500000000000000000"
},
"reserve_factor": "0.000000000000000000",
"keeper_reward_percentage": "0.050000000000000000"
},
{
"denom": "ukava",
"borrow_limit": {
"has_max_limit": false,
"maximum_limit": "100000000000.000000000000000000",
"loan_to_value": "0.800000000000000000"
},
"spot_market_id": "kava:usd",
"conversion_factor": "1000000",
"interest_rate_model": {
"base_rate_apy": "0.050000000000000000",
"base_multiplier": "2.000000000000000000",
"kink": "0.850000000000000000",
"jump_multiplier": "10.000000000000000000"
},
"reserve_factor": "0.100000000000000000",
"keeper_reward_percentage": "0.010000000000000000"
},
{
"denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"borrow_limit": {
"has_max_limit": true,
"maximum_limit": "25000000000.000000000000000000",
"loan_to_value": "0.500000000000000000"
},
"spot_market_id": "atom:usd:30",
"conversion_factor": "1000000",
"interest_rate_model": {
"base_rate_apy": "0.000000000000000000",
"base_multiplier": "0.050000000000000000",
"kink": "0.800000000000000000",
"jump_multiplier": "5.000000000000000000"
},
"reserve_factor": "0.025000000000000000",
"keeper_reward_percentage": "0.020000000000000000"
}
],
"minimum_borrow_usd_value": "10.000000000000000000"
},
"previous_accumulation_times": [
{
"collateral_type": "btcb",
"previous_accumulation_time": "2021-11-05T21:13:12.856088470Z",
"supply_interest_factor": "1.000205165357775358",
"borrow_interest_factor": "1.002233592784895182"
}
],
"deposits": [
{
"depositor": "kava1qq9ustlc0nv4aew275w93g4qy5zahqgxf5mwv9",
"amount": [
{ "denom": "bnb", "amount": "162103943" },
{ "denom": "btcb", "amount": "19428483" }
],
"index": [{ "denom": "bnb", "value": "1.001740185031830285" }]
}
],
"borrows": [
{
"borrower": "kava1qq9ustlc0nv4aew275w93g4qy5zahqgxf5mwv9",
"amount": [
{ "denom": "usdx", "amount": "146724966" },
{ "denom": "xrpb", "amount": "541061835659" }
],
"index": [
{ "denom": "usdx", "value": "1.000156840239586720" },
{ "denom": "xrpb", "value": "1.002063063678030789" }
]
}
],
"total_supplied": [{ "denom": "bnb", "amount": "1246173151758" }],
"total_borrowed": [{ "denom": "busd", "amount": "704609324351367" }],
"total_reserves": [{ "denom": "xrpb", "amount": "711656301126744" }]
}