From 37908ae470d08c911847818a56efbf52914f5eae Mon Sep 17 00:00:00 2001 From: "Team.anticswap" <122077331+Antic-swap@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:48:06 +0530 Subject: [PATCH 1/2] fix: correct category for 0x protocol Changed category to match valid categories in categories.json --- testnet/0x.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/0x.json b/testnet/0x.json index 0073876..f3a4b69 100644 --- a/testnet/0x.json +++ b/testnet/0x.json @@ -3,7 +3,7 @@ "description": "Swap API v2, embedded swaps in any app", "live": true, "categories": [ - "DeFi::DEX Aggregator" + "DeFi::DEX" ], "addresses": { "unknown0": "0x07F37e56bc55B7F927807171647c2EEE95C78f31", From 812a37fe0ea69be155e3b6fa185edbede14ae154 Mon Sep 17 00:00:00 2001 From: "Team.anticswap" <122077331+Antic-swap@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:21:45 +0530 Subject: [PATCH 2/2] fix: correct category for 0x protocol Changed category to match valid categories in categories.json --- testnet/0x.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/0x.json b/testnet/0x.json index f3a4b69..fb09fad 100644 --- a/testnet/0x.json +++ b/testnet/0x.json @@ -15,5 +15,5 @@ "twitter": "https://x.com/0xProject/", "github": "https://github.com/0xproject", "docs": "https://0x.org/docs" - } + } }