From 86d26fbbbc9a2797bef13977f7accf5ff6defdd4 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sat, 21 Dec 2024 14:25:11 +0400 Subject: [PATCH] refactor: rename sablier releases --- defi/src/protocols/data.ts | 8 ++++---- defi/src/protocols/data3.ts | 6 +++--- defi/src/protocols/parentProtocols.ts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/defi/src/protocols/data.ts b/defi/src/protocols/data.ts index daf1dab361..2dd43fb216 100644 --- a/defi/src/protocols/data.ts +++ b/defi/src/protocols/data.ts @@ -1995,11 +1995,11 @@ const data: Protocol[] = [ */ { id: "199", - name: "Sablier V1", + name: "Sablier Legacy", address: null, symbol: "-", - url: "https://sablier.finance/", - description: "The first release of the Sablier protocol", + url: "https://legacy-recipient.sablier.com/", + description: "A legacy version of Sablier, released in 2019", chain: "Ethereum", logo: `${baseIconsUrl}/sablier-finance.jpg`, audits: "2", @@ -2008,7 +2008,7 @@ const data: Protocol[] = [ cmcId: null, category: "Payments", chains: ["Ethereum"], - module: "sablier/index.js", + module: "sablier-legacy/index.js", twitter: "Sablier", audit_links: ["https://certificate.quantstamp.com/full/sablier"], parentProtocol: "parent#sablier-finance", diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index 5a6cf425ef..6d9dd96db9 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -13867,11 +13867,11 @@ const data3: Protocol[] = [ }, { id: "3308", - name: "Sablier V2", + name: "Sablier Lockup", address: null, symbol: "-", url: "https://sablier.com/", - description: "The 2nd release of the Sablier protocol", + description: "Token distribution protocol for onchain vesting and airdrops", chain: "Ethereum", logo: `${baseIconsUrl}/sablier-finance.jpg`, audits: "2", @@ -13880,7 +13880,7 @@ const data3: Protocol[] = [ cmcId: null, category: "Payments", chains: ["Ethereum", "Arbitrum", "Binance", "xDai", "Optimism", "Polygon", "Avalanche"], - module: "sablier-v2/index.js", + module: "sablier-lockup/index.js", twitter: "Sablier", audit_links: ["https://github.com/sablier-labs/audits"], parentProtocol: "parent#sablier-finance", diff --git a/defi/src/protocols/parentProtocols.ts b/defi/src/protocols/parentProtocols.ts index 53b8bf94c4..5d21136229 100644 --- a/defi/src/protocols/parentProtocols.ts +++ b/defi/src/protocols/parentProtocols.ts @@ -2406,7 +2406,7 @@ const parentProtocols: IParentProtocol[] = [ name: "Sablier", url: "https://sablier.com/", description: - "Sablier is a token streaming protocol that enables by-the-second payments. DAOs and businesses use it for vesting, payroll, airdrops, and more. The sender of a payment stream first deposits a specific amount of ERC-20 tokens in a contract. Then, the contract progressively allocates the funds to the recipient, who can access them as they become available over time. The payment rate is influenced by various factors, including the start and end times, as well as the total amount of tokens deposited", + "Sablier provides infrastructure for onchain token distribution. DAOs and businesses use Sablier for vesting, payroll, airdrops, and more.", logo: `${baseIconsUrl}/sablier-finance.jpg`, gecko_id: null, cmcId: null,