Skip to content

Commit 454121a

Browse files
add new listing, parent, enable dimension adapters
1 parent 11905ed commit 454121a

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

defi/src/protocols/data4.ts

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17843,18 +17843,19 @@ const data4: Protocol[] = [
1784317843
},
1784417844
{
1784517845
id: "6285",
17846-
name: "Shroomy Protocol",
17846+
name: "Shroomy Protocol Lending",
17847+
//previousNames: ["Shroomy Protocol"],
1784717848
address: "ink:0x0c5e2d1c98cd265c751e02f8f3293bc5764f9111",
1784817849
symbol: "SHROOMY",
1784917850
url: "https://app.shroomy.io/",
1785017851
description:
1785117852
"Shroomy Protocol is a decentralized, non-custodial liquidity protocol where users can participate as suppliers or borrowers. Suppliers provide liquidity to the market to earn passive income, while borrowers can borrow in an overcollateralized manner.",
1785217853
chain: "Ink",
17853-
logo: `${baseIconsUrl}/shroomy-protocol.jpg`,
17854+
logo: `${baseIconsUrl}/shroomy-protocol-lending.jpg`,
1785417855
audits: "2",
1785517856
audit_note: null,
17856-
gecko_id: "shroomy",
17857-
cmcId: "36732",
17857+
gecko_id: null,
17858+
cmcId: null,
1785817859
category: "Lending",
1785917860
chains: ["Ink"],
1786017861
forkedFromIds: ["1599"],
@@ -17868,6 +17869,7 @@ const data4: Protocol[] = [
1786817869
module: "shroomy-protocol/index.js",
1786917870
twitter: "ShroomyProject",
1787017871
audit_links: ["https://app.shroomy.io/reports/Security_Review_Retest_Report_Shroomy_Staking.pdf"],
17872+
parentProtocol: "parent#shroomy-protocol",
1787117873
listedAt: 1749484357,
1787217874
},
1787317875
{
@@ -33243,5 +33245,30 @@ const data4: Protocol[] = [
3324333245
derivatives: "superstack",
3324433246
}
3324533247
},
33248+
{
33249+
id: "6937",
33250+
name: "Shroomy Protocol Swap",
33251+
address: "ink:0x0c5e2d1c98cd265c751e02f8f3293bc5764f9111",
33252+
symbol: "SHROOMY",
33253+
url: "https://app.shroomy.io/",
33254+
description:
33255+
"Shroomy Protocol is a decentralized, non-custodial liquidity protocol where users can participate as suppliers or borrowers. Suppliers provide liquidity to the market to earn passive income, while borrowers can borrow in an overcollateralized manner.",
33256+
chain: "Ink",
33257+
logo: `${baseIconsUrl}/shroomy-protocol-swap.jpg`,
33258+
audits: "0",
33259+
audit_note: null,
33260+
gecko_id: null,
33261+
cmcId: null,
33262+
category: "Dexs",
33263+
chains: ["Ink"],
33264+
forkedFromIds: ["2116"],
33265+
module: "dummy.js",
33266+
twitter: "ShroomyProject",
33267+
parentProtocol: "parent#shroomy-protocol",
33268+
dimensions: {
33269+
dexs: "shroomy-protocol",
33270+
fees: "shroomy-protocol",
33271+
}
33272+
},
3324633273
];
3324733274
export default data4;

defi/src/protocols/parentProtocols.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8330,6 +8330,17 @@ const parentProtocols: IParentProtocol[] = [
83308330
chains: [],
83318331
twitter: "farcaster_xyz",
83328332
},
8333+
{
8334+
id: "parent#shroomy-protocol",
8335+
name: "Shroomy Protocol",
8336+
url: "https://www.shroomy.io/",
8337+
description: "Shroomy Protocol is a decentralized, non-custodial liquidity protocol where users can participate as suppliers or borrowers. Suppliers provide liquidity to the market to earn passive income, while borrowers can borrow in an overcollateralized manner.",
8338+
logo: `${baseIconsUrl}/shroomy-protocol.jpg`,
8339+
gecko_id: "shroomy",
8340+
cmcId: "36732",
8341+
chains: [],
8342+
twitter: "ShroomyProject",
8343+
},
83338344
];
83348345

83358346
export default parentProtocols;

0 commit comments

Comments
 (0)