Skip to content

Commit

Permalink
Merge pull request #461 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Push old SOPH bond to finished tab
  • Loading branch information
efeDaniels authored Jul 15, 2024
2 parents 9d9b9f9 + 13488c4 commit 0b33233
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 @@ -600,7 +600,7 @@
"initPrice": {
"8453": 0.005450086440702347
},
"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 @@ -157,7 +157,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/sophiaverse_ai',
initTime: { [ChainId.BASE]: 1716217474 },
initPrice: { [ChainId.BASE]: 0.005450086440702347 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit 0b33233

Please sign in to comment.