Skip to content

Commit

Permalink
chore: Pause CAKEBOT bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 28, 2024
1 parent de4fa15 commit e939d64
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 @@ -1976,7 +1976,7 @@
"initPrice": {
"56": 0.00173967992950712
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_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.37",
"version": "1.8.38",
"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 @@ -591,7 +591,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/CakebotTeam',
initTime: { [ChainId.BSC]: 1704891600 },
initPrice: { [ChainId.BSC]: 0.00173967992950712 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit e939d64

Please sign in to comment.