From 4ee5d3474e36bb0006212ad5b6f8c116e4a1b798 Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Tue, 14 Jan 2025 19:27:49 +0300 Subject: [PATCH] chore: Add new crv bond --- config/bills.json | 6 +++--- src/constants/bills.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/bills.json b/config/bills.json index 62deb442..bdcfcfe2 100644 --- a/config/bills.json +++ b/config/bills.json @@ -19185,7 +19185,7 @@ "cmcId": 33841, "chainId": 42161, "contractAddress": { - "42161": "0xC814696299F307f5A7C7b277beC3A5565256893C" + "42161": "0xF863c44fA799A7BE6a7025bfadB9FA71E2d286a3" }, "billType": "reserve", "billVersion": "V2", @@ -19222,9 +19222,9 @@ "projectLink": "https://crosscurve.fi/", "twitter": "https://x.com/eywaprotocol", "initTime": { - "42161": 1736265725 + "42161": 1736872010 }, - "soldOut": true, + "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index ea4ce4fb..5090c97a 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -9479,7 +9479,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at cmcId: 33841, chainId: ChainId.ARBITRUM, contractAddress: { - [ChainId.ARBITRUM]: '0xC814696299F307f5A7C7b277beC3A5565256893C', + [ChainId.ARBITRUM]: '0xF863c44fA799A7BE6a7025bfadB9FA71E2d286a3', }, billType: 'reserve', billVersion: BillVersion.V2, @@ -9491,8 +9491,8 @@ Blockasset’s media arm has amassed over 250 million views, working with top at inactive: false, projectLink: 'https://crosscurve.fi/', twitter: 'https://x.com/eywaprotocol', - initTime: { [ChainId.ARBITRUM]: 1736265725 }, - soldOut: true, + initTime: { [ChainId.ARBITRUM]: 1736872010 }, + soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1, },