From e1633ab1cda5dd3e6a760ed11d45c652fe088aed Mon Sep 17 00:00:00 2001 From: shivammp Date: Tue, 3 Dec 2024 19:41:15 +0530 Subject: [PATCH] chore: updating SoldOut Bonds --- config/bills.json | 8 ++++---- src/constants/bills.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/bills.json b/config/bills.json index 02358786..92db668d 100644 --- a/config/bills.json +++ b/config/bills.json @@ -676,7 +676,7 @@ "initTime": { "8453": 1722253943 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -2097,7 +2097,7 @@ "initTime": { "56": 1729522195 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -17348,7 +17348,7 @@ "initTime": { "42161": 1723814011 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -19085,7 +19085,7 @@ "initTime": { "1": 1726567494 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ETH_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 03cc9bd5..f0409559 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -357,7 +357,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://web3music.org/', twitter: 'https://x.com/MusicProtocolX', initTime: { [ChainId.BASE]: 1722253943 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -1092,7 +1092,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://home.blockasset.co/', twitter: 'https://x.com/blockassetco', initTime: { [ChainId.BSC]: 1729522195 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -8505,7 +8505,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at projectLink: 'https://x.com/Bonsai_DAO', twitter: 'https://www.bonsaidao.xyz/', initTime: { [ChainId.ARBITRUM]: 1723814011 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -9407,7 +9407,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at projectLink: 'https://www.frictionless.network/', twitter: 'https://x.com/FrictionlessX', initTime: { [ChainId.MAINNET]: 1726567494 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ETH_Collection1, },