From 9a768ebbb419ad1f6decfde0712ab03e555478e7 Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Wed, 29 Jan 2025 02:39:40 +0000 Subject: [PATCH] add token info --- defi/src/protocols/data3.ts | 4 ++-- defi/src/protocols/data4.ts | 25 +++++++++++++++++++++++-- defi/src/protocols/parentProtocols.ts | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index 96d6d85650..3b749abd4b 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -64946,8 +64946,8 @@ const data3: Protocol[] = [ { id: "5570", name: "Shadow Exchange CLMM", - address: null, - symbol: "-", + address: "sonic:0x3333b97138D4b086720b5aE8A7844b1345a33333", + symbol: "SHADOW", url: "https://www.shadow.so", description: "Sonic-native concentrated liquidity layer and exchange.", diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index d6b7ddd30e..9fdd3c0714 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -2365,8 +2365,8 @@ const data4: Protocol[] = [ { id: "5682", name: "Shadow Exchange Legacy", - address: null, - symbol: "-", + address: "sonic:0x3333b97138D4b086720b5aE8A7844b1345a33333", + symbol: "SHADOW", url: "https://www.shadow.so/", description: "Native DEX on Sonic", @@ -2426,5 +2426,26 @@ const data4: Protocol[] = [ forkedFrom: [], listedAt: 1738095359 }, + { + id: "5685", + name: "Quill Finance", + address: null, + symbol: "-", + url: "https://app.quill.finance/", + description: + "Quill Finance: An over-collateralized stablecoin protocol on Scroll's zk-Rollup network", + chain: "Scroll", + logo: `${baseIconsUrl}/zoo.fun.png`, + audits: "0", + audit_note: null, + gecko_id: null, + cmcId: null, + category: "CDP", + chains: ["Scroll"], + module: "quill-fi/index.js", + twitter: "QuillFi", + forkedFrom: ["Liquity V2"], + listedAt: 1738101111 + }, ]; export default data4; diff --git a/defi/src/protocols/parentProtocols.ts b/defi/src/protocols/parentProtocols.ts index ce2637e503..bdb61a4bcd 100644 --- a/defi/src/protocols/parentProtocols.ts +++ b/defi/src/protocols/parentProtocols.ts @@ -6300,7 +6300,7 @@ const parentProtocols: IParentProtocol[] = [ description: "A Sonic-native concentrated liquidity exchange", logo: `${baseIconsUrl}/shadow-exchange.jpg`, - gecko_id: null, + gecko_id: "shadow-2", cmcId: null, chains: [], twitter: "ShadowOnSonic",