Skip to content

Commit

Permalink
feat: add velar contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 14, 2024
1 parent e391e45 commit f2070cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-chefs-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Add SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.univ2-path2 to velar.
5 changes: 4 additions & 1 deletion src/lib/protocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export const protocolsInfo = {
description: "DeFi Liquidity Protocol on Bitcoin.",
website: "https://www.velar.co/",
x: "https://twitter.com/VelarBTC",
contracts: ["SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.univ2-router"],
contracts: [
"SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.univ2-router",
"SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.univ2-path2",
],
},
} as const;

0 comments on commit f2070cd

Please sign in to comment.