Skip to content

Commit

Permalink
feat: add usdt collateral (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Oct 22, 2024
1 parent c382d09 commit e98cde9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
"liquidation_penalty": 850000000000000000,
"supply_cap": 900000000000,
"is_active": true
},
{
"asset_id": "0xa0265fb5c32f6e8db3197af3c7eb05c48ae373605b8165b6f4a51c5b0ba4812e",
"price_feed_id": "0x2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b",
"name": "USDT",
"symbol": "USDT",
"decimals": 6,
"borrow_collateral_factor": 900000000000000000,
"liquidate_collateral_factor": 950000000000000000,
"liquidation_penalty": 950000000000000000,
"supply_cap": 10000000000000,
"is_active": true
}
]
}

0 comments on commit e98cde9

Please sign in to comment.