smaller default acct size

This commit is contained in:
tjs 2023-12-06 01:01:40 -05:00
parent b742b443b0
commit 773a4b53a7
6 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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提交",

View File

@ -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提交",

View File

@ -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 {