Skip to content

Commit

Permalink
Merge pull request #592 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
update soldout bonds
  • Loading branch information
ape-fede authored Dec 11, 2024
2 parents d0a56ac + b2b1bb8 commit bb3c4c4
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 @@ -19871,7 +19871,7 @@
"initTime": {
"1": 1731299073
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ETH_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 @@ -9817,7 +9817,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
twitter: 'https://twitter.com/apebond',
audit: 'https://paladinsec.co/projects/apebond/',
initTime: { [ChainId.MAINNET]: 1731299073 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
Expand Down

0 comments on commit bb3c4c4

Please sign in to comment.