Skip to content

Commit

Permalink
add token info
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 29, 2025
1 parent 6b3d9a8 commit 9a768eb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
25 changes: 23 additions & 2 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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;
2 changes: 1 addition & 1 deletion defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a768eb

Please sign in to comment.