Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename sablier releases #8909

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions defi/src/protocols/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down