mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 02:01:40 +00:00
ADD - enable secure VaultX crypto transfers
Give every VaultX profile a unique public receiving key and migrate existing profiles safely. Add server-authoritative, password-confirmed, idempotent crypto-only transfers with atomic balance and ledger updates, recipient refresh events, detailed auth flows, profile key display, localized transfer UI, and browser mock coverage.
This commit is contained in:
@@ -681,6 +681,7 @@ Config.Crypto = {
|
||||
MaximumSettlement = 250000,
|
||||
MaximumTradeNotional = 100000,
|
||||
MaximumPositionQuantity = 100000,
|
||||
MaximumTransferQuantity = 100000,
|
||||
DailyDepositLimit = 500000,
|
||||
DailyWithdrawalLimit = 250000,
|
||||
DailyTradeLimit = 500000,
|
||||
|
||||
Reference in New Issue
Block a user