diff --git a/config/bills.json b/config/bills.json index cbfc7d20..63face01 100644 --- a/config/bills.json +++ b/config/bills.json @@ -600,7 +600,7 @@ "initPrice": { "8453": 0.005450086440702347 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 131609e8..aaf7934b 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -157,7 +157,7 @@ const bills: BillsConfig[] = [ twitter: 'https://twitter.com/sophiaverse_ai', initTime: { [ChainId.BASE]: 1716217474 }, initPrice: { [ChainId.BASE]: 0.005450086440702347 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, },