ENH - expand VaultX trading experience

This commit is contained in:
smx.pusha
2026-08-18 09:11:24 +02:00
parent d7a140c996
commit 1cf08cbc6b
13 changed files with 1345 additions and 539 deletions
+4
View File
@@ -114,6 +114,10 @@ function verifyBrowserTestData(dataByEndpoint) {
)
expectItems(dataByEndpoint.get('health:overview').days, 'health history', 7)
const crypto = dataByEndpoint.get('crypto:bootstrap')
expectItems(crypto.markets, 'crypto markets', 3)
assert.equal(typeof crypto.profile.priceAlerts, 'boolean')
assert.equal(typeof crypto.markets[0].issuedSupply, 'string')
expectItems(
dataByEndpoint.get('billing:list').invoices,
'billing invoices',