Skip to content

Commit

Permalink
Merge pull request #235 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Remove 30d bond
  • Loading branch information
ape-fede authored Nov 14, 2023
2 parents a709735 + 13c5135 commit 514e656
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 @@ -762,7 +762,7 @@
"initPrice": {
"56": 0.0390276
},
"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.5.44",
"version": "1.5.45",
"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 @@ -245,7 +245,7 @@ const bills: BillsConfig[] = [
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.BSC]: 1682255105 },
initPrice: { [ChainId.BSC]: 0.0390276 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit 514e656

Please sign in to comment.