Skip to content

Commit

Permalink
fix listing: remove chains not in adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 16, 2025
1 parent 84db9a0 commit 47e314b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defi/DefiLlama-Adapters
Submodule DefiLlama-Adapters updated 53 files
+1 −1 projects/1155Tech/index.js
+2 −2 projects/airpuff/index.js
+2 −1 projects/beethovenx-sftmx/index.js
+2 −1 projects/bitget/index.js
+1 −1 projects/bitparty/index.js
+1 −1 projects/blackwing/index.js
+1 −1 projects/bracket-fi/index.js
+2 −2 projects/brbtc/index.js
+1 −1 projects/canto-lending/index.js
+1 −1 projects/cantohm/index.js
+5 −4 projects/credbull/index.js
+1 −1 projects/cygnus-fi-restake/index.js
+2 −1 projects/d2finance/index.js
+2 −2 projects/duckchain-new-era/index.js
+1 −1 projects/fluid/index.js
+1 −1 projects/folks-xchain/constants.js
+1 −1 projects/fx-Protocol/index.js
+0 −72 projects/helper/tokenMapping.js
+1 −1 projects/hinkal/registryTokens.js
+1 −1 projects/kiloex/index.js
+1 −1 projects/loopfi/index.js
+2 −1 projects/lorenzo-bsc-lst/index.js
+1 −1 projects/lynx/index.js
+1 −1 projects/manifesto/index.js
+2 −2 projects/mitosis/index.js
+2 −1 projects/navigator/index.js
+3 −2 projects/neutral-trade/constants.js
+6 −5 projects/nodo/index.js
+2 −1 projects/oraclefreedollar/index.js
+1 −1 projects/primex-finance/index.js
+2 −1 projects/puff-penthouse/index.js
+10 −9 projects/rings/index.js
+1 −1 projects/rumpel/index.js
+1 −1 projects/satori/index.js
+3 −2 projects/satoshi-protocol/index.js
+2 −1 projects/sparkdex-perps/index.js
+6 −6 projects/swell-earn-eth/index.js
+1 −1 projects/swell-l2-farm/index.js
+1 −1 projects/synapse/config.js
+2 −1 projects/treasury/memewe.js
+1 −1 projects/treasury/puff.js
+1 −1 projects/treasury/sideshift-ai.js
+4 −4 projects/treasury/stakedao.js
+1 −1 projects/treehouse/index.js
+3 −2 projects/txBridge/util.js
+4 −3 projects/vectis/spotMarkets.js
+15 −12 projects/velodrome-CL/index.js
+11 −24 projects/velodrome-v2/index.js
+1 −1 projects/vertex/index.js
+3 −2 projects/wavesbridge/index.js
+2 −2 projects/woofi.js
+2 −1 projects/zivoe/index.js
+1 −1 projects/zkLink/index.js
4 changes: 2 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64421,6 +64421,7 @@ const data3: Protocol[] = [
{
id: "5547",
name: "Lagoon",
address: null,
symbol: "-",
url: "https://lagoon.finance",
description:
Expand All @@ -64431,9 +64432,8 @@ const data3: Protocol[] = [
gecko_id: null,
cmcId: null,
category: "Yield",
chains: ["Ethereum", "Base", "Avalanche"],
chains: ["Ethereum"],
module: "lagoon/index.js",
language: "Solidity",
github: ["hopperlabsxyz"],
audit_links: ["https://docs.lagoon.finance/resources/audits"],
twitter: "lagoon_finance",
Expand Down

0 comments on commit 47e314b

Please sign in to comment.