Skip to content

Commit

Permalink
chore: remove FAN bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 13, 2025
1 parent fe13607 commit 0d76913
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 @@ -14672,7 +14672,7 @@
"initTime": {
"137": 1736765165
},
"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 @@ -7207,7 +7207,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
projectLink: 'https://film.io/',
twitter: 'https://x.com/Filmio_Official',
initTime: { [ChainId.MATIC]: 1736765165 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit 0d76913

Please sign in to comment.