From 305012be4021fcebec4772be03f3a6ee4bba38ff Mon Sep 17 00:00:00 2001 From: shivammp Date: Tue, 17 Dec 2024 19:00:18 +0530 Subject: [PATCH] chore: update 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 794555b8..27cc7c3a 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1471,7 +1471,7 @@ "billNnftAddress": { "8453": "0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351" }, - "inactive": false, + "inactive": true, "projectLink": "https://www.basemafia.com/", "twitter": "https://x.com/mafia_on_base", "initTime": { @@ -13856,7 +13856,7 @@ "initTime": { "137": 1732711586 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "Quickswap_Collection1" }, @@ -18350,7 +18350,7 @@ "billNnftAddress": { "42161": "0xAC707999D05C4048844B78c737D9512DFDff524d" }, - "inactive": false, + "inactive": true, "projectLink": "https://ledgity.finance/", "twitter": "https://twitter.com/LedgityYield", "initTime": { @@ -20250,7 +20250,7 @@ "initTime": { "1": 1730189346 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ETH_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index bf21440f..ea750f86 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -746,7 +746,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BASE]: '0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351', }, - inactive: false, + inactive: true, projectLink: 'https://www.basemafia.com/', twitter: 'https://x.com/mafia_on_base', initTime: { [ChainId.BASE]: 1716217474 }, @@ -6760,7 +6760,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at twitter: 'https://x.com/MedievalEmpires', audit: 'https://www.medievalempires.com/static/audit_report-89967b1290db095d7275ce21e8aa5d44.pdf', initTime: { [ChainId.MATIC]: 1732711586 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.Quickswap_Collection1, }, @@ -9005,7 +9005,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at billNnftAddress: { [ChainId.ARBITRUM]: '0xAC707999D05C4048844B78c737D9512DFDff524d', }, - inactive: false, + inactive: true, projectLink: 'https://ledgity.finance/', twitter: 'https://twitter.com/LedgityYield', initTime: { [ChainId.ARBITRUM]: 1723548893 }, @@ -10000,7 +10000,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at projectLink: 'https://gptprotocol.org/', twitter: 'https://twitter.com/gpt_protocol', initTime: { [ChainId.MAINNET]: 1730189346 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ETH_Collection1, },