From 0ff3654491904f66973a6229444febd767d45e5e Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 29 Aug 2024 14:09:27 -0300 Subject: [PATCH] chore: hide auditone bond --- 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 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, },