feat(frontend): Add DexScreener connector UI components

- Added DexScreener connect form and config components
- Added connector icon, benefits, and documentation
- Updated connector enums and types
- Added dexscreener.mdx documentation

This completes the DexScreener integration UI for the frontend.
This commit is contained in:
API Test Bot 2026-02-01 14:20:48 +07:00
parent b5d0413459
commit 4f8faad5da
11 changed files with 875 additions and 0 deletions

View file

@ -124,6 +124,12 @@ export const OTHER_CONNECTORS = [
description: "Search Luma events",
connectorType: EnumConnectorName.LUMA_CONNECTOR,
},
{
id: "dexscreener-connector",
title: "DexScreener",
description: "Track cryptocurrency trading pairs across DEXs",
connectorType: EnumConnectorName.DEXSCREENER_CONNECTOR,
},
{
id: "elasticsearch-connector",
title: "Elasticsearch",