From e939d643e265069db5f28608e91354bd70cb74ed Mon Sep 17 00:00:00 2001 From: Efe Date: Sun, 28 Jan 2024 14:43:48 +0300 Subject: [PATCH] chore: Pause CAKEBOT bond --- config/bills.json | 2 +- package.json | 2 +- src/constants/bills.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bills.json b/config/bills.json index 18388f2e..b6d34f4c 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1976,7 +1976,7 @@ "initPrice": { "56": 0.00173967992950712 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/package.json b/package.json index 086d371d..eb2d88b9 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 5751b72b..e44576a8 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -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, },