This commit is contained in:
Adrian Brzeziński 2023-12-09 12:01:50 +01:00
parent 9f9361eca2
commit 407c21c02e
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/mango-v4-settings",
"version": "0.2.24",
"version": "0.2.25",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {

View File

@ -6,7 +6,7 @@ const PREMIUM_LISTING = {
adjustmentFactor: 0.004,
util0: 0.5,
rate0: 0.052,
util1: 0.8,
util1: 0.75,
rate1: 0.1446,
maxRate: 1.4456,
loanFeeRate: 0.005,
@ -107,9 +107,9 @@ export const LISTING_PRESETS: {
maintLiabWeight: 1.3,
initLiabWeight: 1.6,
liquidationFee: 0.1,
netBorrowLimitPerWindowQuote: toNative(1000, 6).toNumber(),
borrowWeightScaleStartQuote: toNative(5000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(5000, 6).toNumber(),
netBorrowLimitPerWindowQuote: toNative(5000, 6).toNumber(),
borrowWeightScaleStartQuote: toNative(20000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(20000, 6).toNumber(),
insuranceFound: false,
preset_name: "BB",
preset_key: "SHIT",