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 all commits
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
21 changes: 11 additions & 10 deletions apps/com.verocket.app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "VeRocket (ZumoSwap)",
"href": "https://app.verocket.com",
"desc": "Fast token swap service built for VeChain (formerly ZumoSwap)",
"category": "defi",
"tags": [
"tool",
"tokens",
"VIP-180"
],
"isVeWorldSupported": true
"name": "VeRocket (ZumoSwap)",
"href": "https://app.verocket.com",
"desc": "Fast token swap service built for VeChain (formerly ZumoSwap)",
"category": "defi",
"tags": [
"tool",
"tokens",
"VIP-180",
"swap"
],
"isVeWorldSupported": true
}
21 changes: 14 additions & 7 deletions apps/finance.turtlelabs.turtleswap/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "Turtle Swap",
"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"],
"isVeWorldSupported": true
}
"name": "Turtle Swap",
"href": "https://TurtleSwap.TurtleLabs.Finance",
"desc": "VeChains Newest Decentralized Exchange, Part of the Turtle Labs DeFi Ecosystem.",
"category": "defi",
"tags": [
"exchange",
bitkris-dev marked this conversation as resolved.
Show resolved Hide resolved
"dex",
"tool",
"finance",
"utilities",
"swap"
],
"isVeWorldSupported": true
}
43 changes: 28 additions & 15 deletions apps/io.dthor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
{
"name": "DThor Swap",
"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"],
"contracts": [
"0xe22cbba738159f5851d139d682d79f3b1082bd52",
"0xc5d347515bb834f116252d9fb062f99d2d36e750",
"0x5871ea5cd4702ce5f28315b137e7539febe53433",
"0xb9dfd9eaeeedabeb3ad41f6a88474d4a43a2307d",
"0xf6981b45d7aff0f5afbc768530bd1387a05a0a7c",
"0xebec91cf281d8bb0f2bc493ab7d315575267a8e4"
],
"isVeWorldSupported": true
}
"name": "DThor Swap",
"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",
"trade",
"DeFi",
"VIP-180",
"VIP-181",
"VIP-210",
"VeFam",
"Staking",
"Farming",
"NFT",
"gameFi",
"swap"
],
"contracts": [
"0xe22cbba738159f5851d139d682d79f3b1082bd52",
"0xc5d347515bb834f116252d9fb062f99d2d36e750",
"0x5871ea5cd4702ce5f28315b137e7539febe53433",
"0xb9dfd9eaeeedabeb3ad41f6a88474d4a43a2307d",
"0xf6981b45d7aff0f5afbc768530bd1387a05a0a7c",
"0xebec91cf281d8bb0f2bc493ab7d315575267a8e4"
],
"isVeWorldSupported": true
}
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
}
25 changes: 13 additions & 12 deletions apps/io.veswap/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "VeSwap",
"href": "https://veswap.io/",
"desc": "A DEX built on VeChain to support a sustainable ecosystem.",
"category": "defi",
"tags": [
"defi",
"sustainability",
"exchange",
"b3tr",
"dapp"
],
"isVeWorldSupported": true
"name": "VeSwap",
"href": "https://veswap.io/",
"desc": "A DEX built on VeChain to support a sustainable ecosystem.",
"category": "defi",
"tags": [
"defi",
"sustainability",
"exchange",
"b3tr",
"dapp",
"swap"
],
"isVeWorldSupported": true
}
Loading