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, },