Skip to content

Commit

Permalink
chore: Fix initTime and initPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 27, 2023
1 parent f0353e4 commit 0342074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1156,10 +1156,10 @@
"twitter": "https://twitter.com/apeblock?lang=en",
"audit": "https://solidity.finance/audits/BlockApeScissors/",
"initTime": {
"56": 1697824800
"56": 1698411600
},
"initPrice": {
"56": 0.00375
"56": 0.0242848491820561
},
"soldOut": false,
"billArt": {
Expand Down
4 changes: 2 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ const bills: BillsConfig[] = [
projectLink: 'https://www.blockapescissors.com/#home',
twitter: 'https://twitter.com/apeblock?lang=en',
audit: 'https://solidity.finance/audits/BlockApeScissors/',
initTime: { [ChainId.BSC]: 1697824800 },
initPrice: { [ChainId.BSC]: 0.00375 },
initTime: { [ChainId.BSC]: 1698411600 },
initPrice: { [ChainId.BSC]: 0.0242848491820561 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
Expand Down

0 comments on commit 0342074

Please sign in to comment.