Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 17, 2025
1 parent b9285cc commit 2ba7fde
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
Binary file added defi/icons/ln-exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/symphony-exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
13 changes: 13 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2ba7fde

Please sign in to comment.