From e9ec1ac3b60e58bff500b7e910887231689e93f7 Mon Sep 17 00:00:00 2001 From: Richard Kenigs <18597956+Rihyx@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:50:49 +0100 Subject: [PATCH] change wormhole category to bridges (#77) --- projects/wormhole/wormhole.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/wormhole/wormhole.json b/projects/wormhole/wormhole.json index fe15d84..07f34e4 100644 --- a/projects/wormhole/wormhole.json +++ b/projects/wormhole/wormhole.json @@ -2,7 +2,7 @@ "id": "wormhole", "slug": "wormhole", "name": "Wormhole", - "category": "other", + "category": "bridges", "chains": [ "moonbeam" ], @@ -45,4 +45,4 @@ "github": "https://github.com/wormhole-foundation/wormhole" }, "projectCreationDate": 1664233147000 -} \ No newline at end of file +}