Skip to content

Commit

Permalink
feat: add lisa dapp (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel authored Aug 16, 2024
1 parent a231641 commit f9a1b06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-feet-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Add Lisa dapp.
Binary file added apps/web/public/protocols/lisa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/protocols/src/protocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const protocols = [
"stackingdao",
"zest",
"charisma",
"lisa",
] as const;

export type Protocol = (typeof protocols)[number];
Expand Down Expand Up @@ -146,4 +147,13 @@ export const protocolsInfo: {
"SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.odins-raven",
],
},
lisa: {
name: "Lisa",
description: "Liquid Stacking Protocol on Stacks.",
website: "https://www.lisalab.io/",
x: "https://twitter.com/LisaLab_BTC",
contracts: [
"SM3KNVZS30WM7F89SXKVVFY4SN9RMPZZ9FX929N0V.lqstx-mint-endpoint-v2-01",
],
},
} as const;

0 comments on commit f9a1b06

Please sign in to comment.