From d874aa1927a30bb508c90aad87e706bc48a18ee8 Mon Sep 17 00:00:00 2001 From: RandomApe Date: Thu, 5 Dec 2024 11:46:04 -0300 Subject: [PATCH] chore: correcting typo --- config/bills.json | 2 +- src/constants/bills.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index fc58ef21..234d1ff8 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1971,7 +1971,7 @@ "initTime": { "56": 1733406965 }, - "soldOut": true, + "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 69e1d877..a556d009 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1018,7 +1018,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://home.blockasset.co/', twitter: 'https://x.com/blockassetco', initTime: { [ChainId.BSC]: 1733406965 }, - soldOut: true, + soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1, },