diff --git a/config/bills.json b/config/bills.json index 881aaf6d..bd8bb557 100644 --- a/config/bills.json +++ b/config/bills.json @@ -46,7 +46,7 @@ "initTime": { "8822": 1719260043 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 8bb174d9..05ea2dd8 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -34,7 +34,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://www.auditone.io/', twitter: 'https://x.com/auditone_dao', initTime: { [ChainId.IOTA]: 1719260043 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, },