Skip to content

Commit

Permalink
Merge pull request #283 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Pause CAKEBOT bond
  • Loading branch information
Prof-SD authored Jan 28, 2024
2 parents 5352001 + e939d64 commit 2eaefa6
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 2eaefa6

Please sign in to comment.