Skip to content

Commit

Permalink
depin
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 25, 2024
1 parent e0cbaf5 commit 93eaea6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct FilterAction: Equatable {
assetMap[market.assetId]?.tags?.contains("defi") ?? false
}),

FilterAction(type: .defin,
FilterAction(type: .depin,
content: .text(DataLocalizer.localize(path: "APP.GENERAL.DEPIN")),
action: { market, assetMap in
assetMap[market.assetId]?.tags?.contains("depin") ?? false
Expand Down Expand Up @@ -126,7 +126,7 @@ enum MarketFiltering: Equatable {
case layer1
case layer2
case defi
case defin
case depin
case new
case ai
case nft
Expand Down

0 comments on commit 93eaea6

Please sign in to comment.