@croptop/core-v6 0.0.15 → 0.0.16
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.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@openzeppelin/contracts": "^5.6.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@rev-net/core-v6": "^0.0.
|
|
29
|
+
"@rev-net/core-v6": "^0.0.12",
|
|
30
30
|
"@sphinx-labs/plugins": "^0.33.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -342,10 +342,10 @@ contract ConfigureFeeProjectScript is Script, Sphinx {
|
|
|
342
342
|
})
|
|
343
343
|
}),
|
|
344
344
|
salt: HOOK_SALT,
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
345
|
+
preventSplitOperatorAdjustingTiers: false,
|
|
346
|
+
preventSplitOperatorUpdatingMetadata: false,
|
|
347
|
+
preventSplitOperatorMinting: false,
|
|
348
|
+
preventSplitOperatorIncreasingDiscountPercent: false
|
|
349
349
|
}),
|
|
350
350
|
allowedPosts: allowedPosts
|
|
351
351
|
});
|
|
@@ -359,7 +359,7 @@ contract ConfigureFeeProjectScript is Script, Sphinx {
|
|
|
359
359
|
|
|
360
360
|
// Deploy the NANA fee project.
|
|
361
361
|
revnet.basic_deployer
|
|
362
|
-
.
|
|
362
|
+
.deployFor({
|
|
363
363
|
revnetId: FEE_PROJECT_ID,
|
|
364
364
|
configuration: feeProjectConfig.configuration,
|
|
365
365
|
terminalConfigurations: feeProjectConfig.terminalConfigurations,
|