Skip to content

Commit

Permalink
Merge pull request #288 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Unpause the bond
  • Loading branch information
efeDaniels authored Feb 6, 2024
2 parents 0440be7 + 0fa24da commit df7ec7b
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 @@ -10451,7 +10451,7 @@
"initPrice": {
"137": 0.0948073647
},
"soldOut": true,
"soldOut": false,
"billArt": {
"collection": "Quickswap_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.42",
"version": "1.8.43",
"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 @@ -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,
},
Expand Down

0 comments on commit df7ec7b

Please sign in to comment.