@croptop/core-v6 0.0.25 → 0.0.26

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.26",
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.26",
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",
@@ -575,6 +575,7 @@ contract CTPublisher is JBPermissioned, ERC2771Context, ICTPublisher {
575
575
  useVotingUnits: true,
576
576
  cannotBeRemoved: false,
577
577
  cannotIncreaseDiscountPercent: false,
578
+ cantBuyWithCredits: false,
578
579
  splitPercent: post.splitPercent,
579
580
  splits: post.splits
580
581
  });
@@ -815,6 +815,7 @@ contract TestCTPublisher is Test {
815
815
  useVotingUnits: true,
816
816
  cannotBeRemoved: false,
817
817
  cannotIncreaseDiscountPercent: false,
818
+ cantBuyWithCredits: false,
818
819
  splitPercent: 250_000_000,
819
820
  splits: splits
820
821
  });
@@ -114,6 +114,7 @@ contract H19_FeeEvasion is Test {
114
114
  transfersPausable: false,
115
115
  cannotBeRemoved: false,
116
116
  cannotIncreaseDiscountPercent: false,
117
+ cantBuyWithCredits: false,
117
118
  splitPercent: 0,
118
119
  resolvedUri: ""
119
120
  });
@@ -210,6 +211,7 @@ contract H19_FeeEvasion is Test {
210
211
  transfersPausable: false,
211
212
  cannotBeRemoved: false,
212
213
  cannotIncreaseDiscountPercent: false,
214
+ cantBuyWithCredits: false,
213
215
  splitPercent: 0,
214
216
  resolvedUri: ""
215
217
  });
@@ -174,6 +174,7 @@ contract L52_StaleTierIdMapping is Test {
174
174
  transfersPausable: false,
175
175
  cannotBeRemoved: false,
176
176
  cannotIncreaseDiscountPercent: false,
177
+ cantBuyWithCredits: false,
177
178
  splitPercent: 0,
178
179
  resolvedUri: ""
179
180
  });