@croptop/core-v6 0.0.25 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croptop/core-v6",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'croptop-core-v5'"
17
17
  },
18
18
  "dependencies": {
19
- "@bananapus/721-hook-v6": "^0.0.25",
19
+ "@bananapus/721-hook-v6": "^0.0.28",
20
20
  "@bananapus/address-registry-v6": "^0.0.16",
21
21
  "@bananapus/buyback-hook-v6": "^0.0.24",
22
22
  "@bananapus/core-v6": "^0.0.30",
@@ -27,7 +27,7 @@
27
27
  "@openzeppelin/contracts": "^5.6.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@rev-net/core-v6": "^0.0.17",
30
+ "@rev-net/core-v6": "^0.0.24",
31
31
  "@sphinx-labs/plugins": "^0.33.1"
32
32
  }
33
33
  }
@@ -332,7 +332,6 @@ contract ConfigureFeeProjectScript is Script, Sphinx {
332
332
  tiersConfig: JB721InitTiersConfig({
333
333
  tiers: new JB721TierConfig[](0), currency: ETH_CURRENCY, decimals: DECIMALS
334
334
  }),
335
- reserveBeneficiary: address(0),
336
335
  flags: REV721TiersHookFlags({
337
336
  noNewTiersWithReserves: false,
338
337
  noNewTiersWithVotes: true,
@@ -573,8 +573,9 @@ contract CTPublisher is JBPermissioned, ERC2771Context, ICTPublisher {
573
573
  useReserveBeneficiaryAsDefault: false,
574
574
  transfersPausable: false,
575
575
  useVotingUnits: true,
576
- cannotBeRemoved: false,
577
- cannotIncreaseDiscountPercent: false,
576
+ cantBeRemoved: false,
577
+ cantIncreaseDiscountPercent: false,
578
+ cantBuyWithCredits: false,
578
579
  splitPercent: post.splitPercent,
579
580
  splits: post.splits
580
581
  });
@@ -813,8 +813,9 @@ contract TestCTPublisher is Test {
813
813
  useReserveBeneficiaryAsDefault: false,
814
814
  transfersPausable: false,
815
815
  useVotingUnits: true,
816
- cannotBeRemoved: false,
817
- cannotIncreaseDiscountPercent: false,
816
+ cantBeRemoved: false,
817
+ cantIncreaseDiscountPercent: false,
818
+ cantBuyWithCredits: false,
818
819
  splitPercent: 250_000_000,
819
820
  splits: splits
820
821
  });
@@ -112,8 +112,9 @@ contract H19_FeeEvasion is Test {
112
112
  discountPercent: 0,
113
113
  allowOwnerMint: false,
114
114
  transfersPausable: false,
115
- cannotBeRemoved: false,
116
- cannotIncreaseDiscountPercent: false,
115
+ cantBeRemoved: false,
116
+ cantIncreaseDiscountPercent: false,
117
+ cantBuyWithCredits: false,
117
118
  splitPercent: 0,
118
119
  resolvedUri: ""
119
120
  });
@@ -208,8 +209,9 @@ contract H19_FeeEvasion is Test {
208
209
  discountPercent: 0,
209
210
  allowOwnerMint: false,
210
211
  transfersPausable: false,
211
- cannotBeRemoved: false,
212
- cannotIncreaseDiscountPercent: false,
212
+ cantBeRemoved: false,
213
+ cantIncreaseDiscountPercent: false,
214
+ cantBuyWithCredits: false,
213
215
  splitPercent: 0,
214
216
  resolvedUri: ""
215
217
  });
@@ -172,8 +172,9 @@ contract L52_StaleTierIdMapping is Test {
172
172
  discountPercent: 0,
173
173
  allowOwnerMint: false,
174
174
  transfersPausable: false,
175
- cannotBeRemoved: false,
176
- cannotIncreaseDiscountPercent: false,
175
+ cantBeRemoved: false,
176
+ cantIncreaseDiscountPercent: false,
177
+ cantBuyWithCredits: false,
177
178
  splitPercent: 0,
178
179
  resolvedUri: ""
179
180
  });