Skip to content

Commit

Permalink
chore: Mark reward bonds as soldOut
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 16, 2024
1 parent 686104a commit e1d6d91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"initTime": {
"8453": 1733943183
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -473,7 +473,7 @@
"initTime": {
"8453": 1733943183
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -525,7 +525,7 @@
"initTime": {
"8453": 1733943183
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -577,7 +577,7 @@
"initTime": {
"8453": 1733943183
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
8 changes: 4 additions & 4 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
},
Expand All @@ -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,
},
Expand All @@ -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,
},
Expand Down

0 comments on commit e1d6d91

Please sign in to comment.