diff --git a/defi/icons/ln-exchange.png b/defi/icons/ln-exchange.png new file mode 100644 index 0000000000..489e5b3e46 Binary files /dev/null and b/defi/icons/ln-exchange.png differ diff --git a/defi/icons/symphony-exchange.png b/defi/icons/symphony-exchange.png new file mode 100644 index 0000000000..65095206bc Binary files /dev/null and b/defi/icons/symphony-exchange.png differ diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index 8b2699091b..f7b76fa8aa 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -1346,5 +1346,70 @@ const data4: Protocol[] = [ github: ["zarbanio"], listedAt: 1737088495 }, + { + id: "5637", + name: "Symphony Exchange", + address: null, + symbol: "-", + url: "https://symph.ag/", + description: + "a native Sei Network DEX aggregator", + chain: "Sei", + logo: `${baseIconsUrl}/symphony-exchange.png`, + audits: "0", + audit_note: null, + gecko_id: null, + cmcId: null, + category: "DEX Aggregator", + chains: ["Sei"], + module: "dummy.js", + twitter: "SymphonyAg", + forkedFrom: [], + oracles: [], + }, + { + id: "5638", + name: "LN Exchange Spot", + address: null, + symbol: "-", + url: "https://app.ln.exchange/", + description: + "Orderbook Exchange on Lightning Network", + chain: "Bitcoin", + logo: `${baseIconsUrl}/ln-exchange.png`, + audits: "0", + audit_note: null, + gecko_id: null, + cmcId: null, + category: "Dexes", + chains: ["Bitcoin"], + module: "dummy.js", + twitter: "LNExchange", + forkedFrom: [], + oracles: [], + parentProtocol: "parent#ln-exchange", + }, + { + id: "5639", + name: "LN Exchange Perps", + address: null, + symbol: "-", + url: "https://app.ln.exchange/", + description: + "Spot & Perpetual Trading for Bitcoins TaprootAssets", + chain: "Bitcoin", + logo: `${baseIconsUrl}/ln-exchange.png`, + audits: "0", + audit_note: null, + gecko_id: null, + cmcId: null, + category: "Derivatives", + chains: ["Bitcoin"], + module: "dummy.js", + twitter: "LNExchange", + forkedFrom: [], + oracles: [], + parentProtocol: "parent#ln-exchange", + }, ]; export default data4; diff --git a/defi/src/protocols/parentProtocols.ts b/defi/src/protocols/parentProtocols.ts index a71c10ddea..212d8927c7 100644 --- a/defi/src/protocols/parentProtocols.ts +++ b/defi/src/protocols/parentProtocols.ts @@ -6200,6 +6200,19 @@ const parentProtocols: IParentProtocol[] = [ twitter: "UntangledFi", github: ["untangledfinance"], }, + { + id: "parent#ln-exchange", + name: "Untangled", + url: "https://www.ln.exchange/", + description: + "The first Orderbook on Lightning Network, LN Exchange is a vertically integrated, decentralized trading platform featuring peer-to-peer, spot, and perpetual orderbook trading for Bitcoins and Taproot Assets", + logo: `${baseIconsUrl}/ln-exchange.png`, + gecko_id: null, + cmcId: null, + chains: [], + twitter: "LNExchange", + github: ["lnfi-network"], + }, ]; export default parentProtocols;