From 6adc586bbf64281fffad64e150cd25648de317af Mon Sep 17 00:00:00 2001 From: Double Date: Tue, 17 Sep 2024 01:55:56 +0900 Subject: [PATCH 1/2] fix: update defi category and project name into correct one --- defi/src/protocols/data3.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index 2f58ad64b7..ffeb24ddc0 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -52708,7 +52708,7 @@ const data3: Protocol[] = [ }, { id: "5024", - name: "Double 2 Win", + name: "Double", address: null, symbol: "-", url: "https://www.double2win.xyz", @@ -52720,7 +52720,7 @@ const data3: Protocol[] = [ audit_note: null, gecko_id: null, cmcId: null, - category: "Liquidity manager", + category: "Services", chains: ["Arbitrum"], oracles: [], forkedFrom: [], From 18cd2e2003201146cc42e617f9ee95b5289eb691 Mon Sep 17 00:00:00 2001 From: Double Date: Tue, 17 Sep 2024 09:43:31 +0900 Subject: [PATCH 2/2] fix: update category into Yield for double --- defi/src/protocols/data3.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index ffeb24ddc0..855df8db9b 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -52720,7 +52720,7 @@ const data3: Protocol[] = [ audit_note: null, gecko_id: null, cmcId: null, - category: "Services", + category: "Yield", chains: ["Arbitrum"], oracles: [], forkedFrom: [],