mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add erc20/tether/usdt to internal testnet cdp collateral_params (#1649)
This commit is contained in:
parent
5cfa33f638
commit
5f0a723dea
19
ci/env/kava-internal-testnet/genesis.json
vendored
19
ci/env/kava-internal-testnet/genesis.json
vendored
@ -1039,6 +1039,23 @@
|
||||
"spot_market_id": "btc:usd",
|
||||
"liquidation_market_id": "btc:usd:30",
|
||||
"conversion_factor": "8"
|
||||
},
|
||||
{
|
||||
"denom": "erc20/tether/usdt",
|
||||
"type": "erc20/tether/usdt-a",
|
||||
"liquidation_ratio": "1.010000000000000000",
|
||||
"debt_limit": {
|
||||
"denom": "usdx",
|
||||
"amount": "3000000000000"
|
||||
},
|
||||
"stability_fee": "1.000000000000000000",
|
||||
"auction_size": "1000000000000",
|
||||
"liquidation_penalty": "0.075000000000000000",
|
||||
"check_collateralization_index_count": "10",
|
||||
"keeper_reward_percentage": "0.01",
|
||||
"spot_market_id": "usdt:usd",
|
||||
"liquidation_market_id": "usdt:usd:30",
|
||||
"conversion_factor": "6"
|
||||
}
|
||||
],
|
||||
"debt_auction_lot": "10000000000",
|
||||
@ -1050,7 +1067,7 @@
|
||||
"reference_asset": "usd"
|
||||
},
|
||||
"global_debt_limit": {
|
||||
"amount": "53000000000000",
|
||||
"amount": "56000000000000",
|
||||
"denom": "usdx"
|
||||
},
|
||||
"surplus_auction_lot": "10000000000",
|
||||
|
Loading…
Reference in New Issue
Block a user