This commit is contained in:
Adrian Brzeziński 2023-12-14 01:15:06 +01:00
parent 36042bbec6
commit 41f7fdc46a
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -19,7 +19,7 @@ const PREMIUM_LISTING = {
minVaultToDepositsRatio: 0.2,
netBorrowLimitWindowSizeTs: 24 * 60 * 60,
netBorrowLimitPerWindowQuote: toNative(50000, 6).toNumber(),
insuranceFound: true,
groupInsuranceFund: true,
borrowWeightScaleStartQuote: toNative(250000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(250000, 6).toNumber(),
preset_key: "PREMIUM",
@ -78,7 +78,7 @@ export const LISTING_PRESETS: {
netBorrowLimitPerWindowQuote: toNative(20000, 6).toNumber(),
borrowWeightScaleStartQuote: toNative(50000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(50000, 6).toNumber(),
insuranceFound: true,
groupInsuranceFund: true,
preset_name: "A",
preset_key: "MID",
preset_target_amount: 20000,
@ -96,7 +96,7 @@ export const LISTING_PRESETS: {
netBorrowLimitPerWindowQuote: toNative(5000, 6).toNumber(),
borrowWeightScaleStartQuote: toNative(20000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(20000, 6).toNumber(),
insuranceFound: false,
groupInsuranceFund: false,
preset_name: "BBB",
preset_key: "MEME",
preset_target_amount: 5000,
@ -114,7 +114,7 @@ export const LISTING_PRESETS: {
netBorrowLimitPerWindowQuote: toNative(5000, 6).toNumber(),
borrowWeightScaleStartQuote: toNative(20000, 6).toNumber(),
depositWeightScaleStartQuote: toNative(20000, 6).toNumber(),
insuranceFound: false,
groupInsuranceFund: false,
preset_name: "BB",
preset_key: "SHIT",
preset_target_amount: 1000,