Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 563448d

Browse files
authored
Improve metadata in app definitions (#452)
* Improve metadata in app definitions * Fix tests
1 parent ea792f3 commit 563448d

14 files changed

+54
-18
lines changed

src/apps/definitions/0x-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "052b4862-2142-4532-bdc0-416814b0a5fe",
33
"name": "0x API",
4-
"logoUrl": "https://resources.0xtracker.com/logos/0x.png",
4+
"description": "Built by the 0x core team – 0x API makes accessing DEX liquidity easy through the use of smart order routing which aggregates liquidity from 0x Mesh, Kyber, Uniswap, and more.",
5+
"logo": "0x-api.png",
56
"urlSlug": "0x-api",
67
"websiteUrl": "https://0x.org/api",
78
"mappings": [

src/apps/definitions/1inch-exchange.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "8fc6beb5-3019-45f7-a55a-9a4c6b4b6513",
33
"name": "1inch Exchange",
4-
"logoUrl": "https://resources.0xtracker.com/logos/1inch-exchange.png",
4+
"description": "1inch Exchange is a popular DEX aggregator which sources liquidity from 0x protocol in addition to relaying limit orders.",
5+
"logo": "1inch-exchange.png",
56
"urlSlug": "1inch-exchange",
67
"websiteUrl": "https://1inch.exchange",
78
"mappings": [

src/apps/definitions/defi-saver.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "b986d2ba-77bf-420b-99e3-28e592d476e2",
33
"name": "DeFi Saver",
4-
"logoUrl": "https://resources.0xtracker.com/logos/defi-saver.png",
4+
"description": "DeFi Saver is a crypto-portfolio manager which sources liquidity from the 0x ecosystem.",
5+
"logo": "defi-saver.png",
56
"urlSlug": "defi-saver",
67
"websiteUrl": "https://defisaver.com/",
78
"mappings": [

src/apps/definitions/matcha.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "5067df8b-f9cd-4a34-aee1-38d607100145",
33
"name": "Matcha",
4-
"logoUrl": "https://resources.0xtracker.com/logos/matcha.png",
4+
"description": "Built by the 0x core team – Matcha is a DEX aggregator built on top of 0x API which allows users to easily swap tokens and place limit orders.",
5+
"logo": "matcha.png",
56
"urlSlug": "matcha",
67
"websiteUrl": "https://matcha.xyz",
78
"mappings": [

src/apps/definitions/paraswap.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "4c3854b7-95c3-4714-83ab-a8ed53d2967e",
33
"name": "Paraswap",
4-
"logoUrl": "https://resources.0xtracker.com/logos/paraswap.png",
4+
"description": "Paraswap is a DEX aggregator which sources liquidity from various DEX protocols (including 0x) to offer users better prices.",
5+
"logo": "paraswap.png",
56
"urlSlug": "paraswap",
67
"websiteUrl": "https://paraswap.io",
78
"mappings": [

src/apps/logos/0x-api.png

10.4 KB
Loading

src/apps/logos/1inch-exchange.png

101 KB
Loading

src/apps/logos/defi-saver.png

57.8 KB
Loading

src/apps/logos/matcha.png

29.5 KB
Loading

src/apps/logos/paraswap.png

3.61 KB
Loading

0 commit comments

Comments
 (0)