From f569185c6916ff3ca5945ceb517d5a4bde49bd0c Mon Sep 17 00:00:00 2001 From: Kristian Barrese Date: Tue, 6 Aug 2024 13:35:41 +0200 Subject: [PATCH] Swap: add missing tags (required), lowercase standardize (#287) * Swap: add missing tags (required), lowercase standardize * run format document JSON --- apps/com.verocket.app/manifest.json | 21 ++++----- .../manifest.json | 21 ++++++--- apps/io.dthor/manifest.json | 43 ++++++++++++------- apps/io.safeswap.app/manifest.json | 3 +- apps/io.veswap/manifest.json | 25 +++++------ 5 files changed, 68 insertions(+), 45 deletions(-) diff --git a/apps/com.verocket.app/manifest.json b/apps/com.verocket.app/manifest.json index f967d51..6faf9e6 100644 --- a/apps/com.verocket.app/manifest.json +++ b/apps/com.verocket.app/manifest.json @@ -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 } \ No newline at end of file diff --git a/apps/finance.turtlelabs.turtleswap/manifest.json b/apps/finance.turtlelabs.turtleswap/manifest.json index 05d8ade..62e24ae 100644 --- a/apps/finance.turtlelabs.turtleswap/manifest.json +++ b/apps/finance.turtlelabs.turtleswap/manifest.json @@ -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", + "dex", + "tool", + "finance", + "utilities", + "swap" + ], + "isVeWorldSupported": true +} \ No newline at end of file diff --git a/apps/io.dthor/manifest.json b/apps/io.dthor/manifest.json index 2300a71..00cbf35 100644 --- a/apps/io.dthor/manifest.json +++ b/apps/io.dthor/manifest.json @@ -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 +} \ No newline at end of file diff --git a/apps/io.safeswap.app/manifest.json b/apps/io.safeswap.app/manifest.json index 4773ae0..6fb63dc 100644 --- a/apps/io.safeswap.app/manifest.json +++ b/apps/io.safeswap.app/manifest.json @@ -8,7 +8,8 @@ "bridge", "cross-chain", "scalability", - "tokenomics" + "tokenomics", + "swap" ], "isVeWorldSupported": true } \ No newline at end of file diff --git a/apps/io.veswap/manifest.json b/apps/io.veswap/manifest.json index a119a9c..e667fe9 100644 --- a/apps/io.veswap/manifest.json +++ b/apps/io.veswap/manifest.json @@ -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 } \ No newline at end of file