add market, incentives, and funds (#1517)

This commit is contained in:
Adam Robert Turman 2023-03-27 13:27:09 -05:00 committed by GitHub
parent 03510c3ec4
commit 3d456aa527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1633,8 +1633,8 @@
"denom": "erc20/axelar/usdc",
"borrow_limit": {
"has_max_limit": true,
"maximum_limit": "1000000000.000000000000000000",
"loan_to_value": "0.500000000000000000"
"maximum_limit": "0.000000000000000000",
"loan_to_value": "0.000000000000000000"
},
"spot_market_id": "usdc:usd:30",
"conversion_factor": "1000000",
@ -1647,6 +1647,24 @@
"reserve_factor": "0.025000000000000000",
"keeper_reward_percentage": "0.020000000000000000"
},
{
"denom": "erc20/axelar/btc",
"borrow_limit": {
"has_max_limit": true,
"maximum_limit": "0.000000000000000000",
"loan_to_value": "0.000000000000000000"
},
"spot_market_id": "btc: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"
},
{
"denom": "bnb",
"borrow_limit": {
@ -1945,6 +1963,18 @@
"amount": "989"
}
]
},
{
"active": true,
"collateral_type": "erc20/axelar/btc",
"start": "2022-11-11T15:00:00Z",
"end": "2024-11-11T15:00:00Z",
"rewards_per_second": [
{
"denom": "ukava",
"amount": "787"
}
]
}
],
"hard_borrow_reward_periods": [],