Skip to content

Commit

Permalink
chore: Move reserve bond to sold out tab
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 5, 2024
1 parent b55fb52 commit 65032d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@
"initPrice": {
"56": 0.0776096447226248
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "CexFundBond_Collection1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "1.8.40",
"version": "1.8.41",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const bills: BillsConfig[] = [
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.BSC]: 1702998000 },
initPrice: { [ChainId.BSC]: 0.0776096447226248 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.CexFundBond_Collection1,
},
Expand Down

0 comments on commit 65032d9

Please sign in to comment.