diff --git a/config/bills.json b/config/bills.json index 69876eda..c97ebeff 100644 --- a/config/bills.json +++ b/config/bills.json @@ -10451,7 +10451,7 @@ "initPrice": { "137": 0.0948073647 }, - "soldOut": true, + "soldOut": false, "billArt": { "collection": "Quickswap_Collection1" }, diff --git a/package.json b/package.json index 199dfa59..cccb0c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.42", + "version": "1.8.43", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index a7f65519..677ea131 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -3181,7 +3181,7 @@ const bills: BillsConfig[] = [ audit: 'https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-Paxo-v1.0.pdf', initTime: { [ChainId.MATIC]: 1701892800 }, initPrice: { [ChainId.MATIC]: 0.0948073647 }, - soldOut: true, + soldOut: false, billArt: { collection: BillArtCollection.Quickswap_Collection1, },