diff --git a/config/bills.json b/config/bills.json index 0e1177f9..bc029927 100644 --- a/config/bills.json +++ b/config/bills.json @@ -416,7 +416,7 @@ "initTime": { "8453": 1733943183 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -473,7 +473,7 @@ "initTime": { "8453": 1733943183 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -525,7 +525,7 @@ "initTime": { "8453": 1733943183 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, @@ -577,7 +577,7 @@ "initTime": { "8453": 1733943183 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 2176673d..5f7ea58b 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -224,7 +224,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://www.rewardable.app/', twitter: 'https://x.com/rewardable_app', initTime: { [ChainId.BASE]: 1733943183 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -250,7 +250,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://www.rewardable.app/', twitter: 'https://x.com/rewardable_app', initTime: { [ChainId.BASE]: 1733943183 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -276,7 +276,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://www.rewardable.app/', twitter: 'https://x.com/rewardable_app', initTime: { [ChainId.BASE]: 1733943183 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -302,7 +302,7 @@ const bills: BillsConfig[] = [ projectLink: 'https://www.rewardable.app/', twitter: 'https://x.com/rewardable_app', initTime: { [ChainId.BASE]: 1733943183 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, },