From 773a4b53a7ad26299b80660ee78ea08fbc96b213 Mon Sep 17 00:00:00 2001 From: tjs Date: Wed, 6 Dec 2023 01:01:40 -0500 Subject: [PATCH] smaller default acct size --- public/locales/en/common.json | 2 +- public/locales/es/common.json | 2 +- public/locales/ru/common.json | 2 +- public/locales/zh/common.json | 2 +- public/locales/zh_tw/common.json | 2 +- utils/constants.ts | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 18506710..b4efb907 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -99,7 +99,7 @@ "health-tooltip": "Projects the health of your account before you make a trade. The first value is your current account health and the second your projected account health.", "history": "History", "funding": "Funding", - "insufficient-sol": "Solana requires 0.0695 SOL rent to create a Mango Account. This will be returned if you close your account.", + "insufficient-sol": "Solana requires 0.041 SOL rent to create a Mango Account. This will be returned if you close your account.", "interest-earned": "Interest Earned", "interest-earned-paid": "Interest Earned", "latest-ui-commit": "Latest UI Commit", diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 18506710..b4efb907 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -99,7 +99,7 @@ "health-tooltip": "Projects the health of your account before you make a trade. The first value is your current account health and the second your projected account health.", "history": "History", "funding": "Funding", - "insufficient-sol": "Solana requires 0.0695 SOL rent to create a Mango Account. This will be returned if you close your account.", + "insufficient-sol": "Solana requires 0.041 SOL rent to create a Mango Account. This will be returned if you close your account.", "interest-earned": "Interest Earned", "interest-earned-paid": "Interest Earned", "latest-ui-commit": "Latest UI Commit", diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 18506710..b4efb907 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -99,7 +99,7 @@ "health-tooltip": "Projects the health of your account before you make a trade. The first value is your current account health and the second your projected account health.", "history": "History", "funding": "Funding", - "insufficient-sol": "Solana requires 0.0695 SOL rent to create a Mango Account. This will be returned if you close your account.", + "insufficient-sol": "Solana requires 0.041 SOL rent to create a Mango Account. This will be returned if you close your account.", "interest-earned": "Interest Earned", "interest-earned-paid": "Interest Earned", "latest-ui-commit": "Latest UI Commit", diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index dfb08b47..d22a5b3d 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -98,7 +98,7 @@ "health-impact": "健康影响", "health-tooltip": "此在您进行交易之前预测您账户的健康状况。第一个值是您当前的帐户健康状况,第二个值是您的预测帐户健康状况。", "history": "纪录", - "insufficient-sol": "Solana需要0.0695 SOL租金才能创建Mango账户。您关闭帐户时租金将被退还。", + "insufficient-sol": "Solana需要0.041 SOL租金才能创建Mango账户。您关闭帐户时租金将被退还。", "interest-earned": "获取利息", "interest-earned-paid": "获取利息", "latest-ui-commit": "最近UI提交", diff --git a/public/locales/zh_tw/common.json b/public/locales/zh_tw/common.json index e53f3bfc..2f8f44b6 100644 --- a/public/locales/zh_tw/common.json +++ b/public/locales/zh_tw/common.json @@ -98,7 +98,7 @@ "health-impact": "健康影響", "health-tooltip": "此在您進行交易之前預測您賬戶的健康狀況。第一個值是您當前的帳戶健康狀況,第二個值是您的預測帳戶健康狀況。", "history": "紀錄", - "insufficient-sol": "Solana需要0.0695 SOL租金才能創建Mango賬戶。您關閉帳戶時租金將被退還。", + "insufficient-sol": "Solana需要0.041 SOL租金才能創建Mango賬戶。您關閉帳戶時租金將被退還。", "interest-earned": "獲取利息", "interest-earned-paid": "獲取利息", "latest-ui-commit": "最近UI提交", diff --git a/utils/constants.ts b/utils/constants.ts index b8ffab67..e0cf2763 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -184,9 +184,9 @@ export const DAILY_MILLISECONDS = 86400000 export const MAX_ACCOUNTS = { tokenAccounts: '8', spotOpenOrders: '4', - perpAccounts: '4', - perpOpenOrders: '64', - tcsOrders: '64', + perpAccounts: '3', + perpOpenOrders: '24', + tcsOrders: '24', } export enum TOKEN_REDUCE_ONLY_OPTIONS {