Skip to content

Commit

Permalink
add parentprotocol
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed May 8, 2024
1 parent f9133bd commit 99bee1c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defi/DefiLlama-Adapters
2 changes: 1 addition & 1 deletion defi/dimension-adapters
2 changes: 2 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29682,6 +29682,7 @@ const data3: Protocol[] = [
forkedFrom: [],
module: "genesis-lrt/index.js",
twitter: "Genesis_LRT",
parentProtocol: "parent#inception",
audit_links: ["https://f8t2x8b2.rocketcdn.me/wp-content/uploads/2024/01/VAR-GenesisLRT-231221-first-draft.pdf"],
listedAt: 1705319900
},
Expand Down Expand Up @@ -30830,6 +30831,7 @@ const data3: Protocol[] = [
forkedFrom: [],
module: "inception-lrt/index.js",
twitter: "InceptionLRT",
parentProtocol: "parent#inception",
listedAt: 1706654457
},
{
Expand Down
11 changes: 11 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4324,6 +4324,17 @@ const parentProtocols: IParentProtocol[] = [
chains: [],
twitter: "NuriExchange",
},
{
id: "parent#inception",
name: "Inception",
url: "https://www.inceptionlrt.com/",
description: "Restake your Liquid Staked ETH for Layer 2 rewards while keeping it liquid",
logo: `${baseIconsUrl}/inceptionlrt.png`,
gecko_id: null,
cmcId: null,
chains: [],
twitter: "InceptionLRT",
},
];

export default parentProtocols;

0 comments on commit 99bee1c

Please sign in to comment.