feat: bridge lane health API and dual-chain token list updates
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 13s
Validate Explorer / frontend (push) Failing after 19s
Validate Explorer / smoke-e2e (push) Has been skipped

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-25 00:33:08 -07:00
parent 228fa0eef6
commit 2eae47b0d1
5 changed files with 124 additions and 10 deletions

0
scripts/deploy-explorer-ai-to-vmid5000.sh Normal file → Executable file
View File

View File

@@ -37,6 +37,8 @@ test.describe('Explorer sprint smoke', () => {
await page.goto(`${EXPLORER_URL}/operations`, { waitUntil: 'networkidle', timeout: 30000 })
await expect(page.getByRole('heading', { name: /Operations hub/i })).toBeVisible({ timeout: 10000 })
await expect(page.getByText(/Extended Metamask dual-chain catalog/i).first()).toBeVisible({ timeout: 10000 })
await expect(page.getByText(/Config-ready lane health/i).first()).toBeVisible({ timeout: 15000 })
await expect(page.getByText(/unfunded|funded/i).first()).toBeVisible({ timeout: 10000 })
})
test('bridge page loads CCIP route catalog', async ({ page }) => {