Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap: add missing tags (required), lowercase standardize #287

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/com.verocket.app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"tags": [
"tool",
"tokens",
"VIP-180"
"VIP-180",
"swap"
],
"isVeWorldSupported": true
}
9 changes: 8 additions & 1 deletion apps/finance.turtlelabs.turtleswap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"href": "https://TurtleSwap.TurtleLabs.Finance",
"desc": "VeChains Newest Decentralized Exchange, Part of the Turtle Labs DeFi Ecosystem.",
"category": "defi",
"tags": ["exchange", "dex", "tool", "finance", "utilities"],
"tags": [
"exchange",
bitkris-dev marked this conversation as resolved.
Show resolved Hide resolved
"dex",
"tool",
"finance",
"utilities",
"swap"
],
"isVeWorldSupported": true
}
15 changes: 14 additions & 1 deletion apps/io.dthor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"href": "https://dthor.io/#/?network=vechain&from=apphub",
"desc": "Swap, earn, discover tools, and build on the leading decentralized crypto trading protocol",
"category": "defi",
"tags": ["DEX","Swap","trade","DeFi","VIP-180","VIP-181","VIP-210","VeFam","Staking","Farming","NFT","gameFi"],
"tags": [
"DEX",
"trade",
"DeFi",
"VIP-180",
"VIP-181",
"VIP-210",
"VeFam",
"Staking",
"Farming",
"NFT",
"gameFi",
"swap"
],
"contracts": [
"0xe22cbba738159f5851d139d682d79f3b1082bd52",
"0xc5d347515bb834f116252d9fb062f99d2d36e750",
Expand Down
3 changes: 2 additions & 1 deletion apps/io.safeswap.app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"bridge",
"cross-chain",
"scalability",
"tokenomics"
"tokenomics",
"swap"
],
"isVeWorldSupported": true
}
3 changes: 2 additions & 1 deletion apps/io.veswap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"sustainability",
"exchange",
"b3tr",
"dapp"
"dapp",
"swap"
],
"isVeWorldSupported": true
}
Loading