Skip to content

Commit

Permalink
chore: Push eywa to sold out tab
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 5, 2025
1 parent ff37a46 commit cf90353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -19828,7 +19828,7 @@
"initTime": {
"42161": 1737722341
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9802,7 +9802,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
projectLink: 'https://crosscurve.fi/',
twitter: 'https://x.com/eywaprotocol',
initTime: { [ChainId.ARBITRUM]: 1737722341 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit cf90353

Please sign in to comment.