Skip to content

Commit

Permalink
chore: correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Dec 5, 2024
1 parent 26ec4c1 commit d874aa1
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 @@ -1971,7 +1971,7 @@
"initTime": {
"56": 1733406965
},
"soldOut": true,
"soldOut": false,
"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 @@ -1018,7 +1018,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://home.blockasset.co/',
twitter: 'https://x.com/blockassetco',
initTime: { [ChainId.BSC]: 1733406965 },
soldOut: true,
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit d874aa1

Please sign in to comment.