Skip to content

Commit

Permalink
Merge pull request #604 from ApeSwapFinance/chore/hide_bonds
Browse files Browse the repository at this point in the history
Chore/hide bonds
  • Loading branch information
ixm-759 authored Dec 18, 2024
2 parents 16e279b + f292b2b commit 64e3528
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 @@ -943,7 +943,7 @@
"initTime": {
"8453": 1732735296
},
"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 @@ -484,7 +484,7 @@ const bills: BillsConfig[] = [
twitter: 'https://x.com/boundlesspay',
audit: 'https://contractwolf.io/projects/boundlesspay',
initTime: { [ChainId.BASE]: 1732735296 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit 64e3528

Please sign in to comment.