@bananapus/omnichain-deployers-v6 0.0.18 → 0.0.19

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": "@bananapus/omnichain-deployers-v6",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-omnichain-deployers-v6'"
18
18
  },
19
19
  "dependencies": {
20
- "@bananapus/721-hook-v6": "^0.0.26",
20
+ "@bananapus/721-hook-v6": "^0.0.28",
21
21
  "@bananapus/address-registry-v6": "^0.0.16",
22
22
  "@bananapus/buyback-hook-v6": "^0.0.24",
23
23
  "@bananapus/core-v6": "^0.0.30",
@@ -235,8 +235,8 @@ abstract contract OmnichainForkTestBase is TestBaseWorkflow {
235
235
  useReserveBeneficiaryAsDefault: false,
236
236
  transfersPausable: false,
237
237
  useVotingUnits: false,
238
- cannotBeRemoved: false,
239
- cannotIncreaseDiscountPercent: false,
238
+ cantBeRemoved: false,
239
+ cantIncreaseDiscountPercent: false,
240
240
  cantBuyWithCredits: false,
241
241
  splitPercent: SPLIT_PERCENT,
242
242
  splits: tierSplits
@@ -73,8 +73,8 @@ contract TestOmnichain721QueueAndAdjust is OmnichainForkTestBase {
73
73
  useReserveBeneficiaryAsDefault: false,
74
74
  transfersPausable: false,
75
75
  useVotingUnits: false,
76
- cannotBeRemoved: false,
77
- cannotIncreaseDiscountPercent: false,
76
+ cantBeRemoved: false,
77
+ cantIncreaseDiscountPercent: false,
78
78
  cantBuyWithCredits: false,
79
79
  splitPercent: 0,
80
80
  splits: new JBSplit[](0)
@@ -150,8 +150,8 @@ contract TestOmnichain721QueueAndAdjust is OmnichainForkTestBase {
150
150
  useReserveBeneficiaryAsDefault: false,
151
151
  transfersPausable: false,
152
152
  useVotingUnits: false,
153
- cannotBeRemoved: false,
154
- cannotIncreaseDiscountPercent: false,
153
+ cantBeRemoved: false,
154
+ cantIncreaseDiscountPercent: false,
155
155
  cantBuyWithCredits: false,
156
156
  splitPercent: 0,
157
157
  splits: new JBSplit[](0)
@@ -199,8 +199,8 @@ contract TestOmnichain721QueueAndAdjust is OmnichainForkTestBase {
199
199
  useReserveBeneficiaryAsDefault: false,
200
200
  transfersPausable: false,
201
201
  useVotingUnits: false,
202
- cannotBeRemoved: false,
203
- cannotIncreaseDiscountPercent: false,
202
+ cantBeRemoved: false,
203
+ cantIncreaseDiscountPercent: false,
204
204
  cantBuyWithCredits: false,
205
205
  splitPercent: 0,
206
206
  splits: new JBSplit[](0)