@croptop/core-v6 0.0.43 → 0.0.45

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.43",
3
+ "version": "0.0.45",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@bananapus/721-hook-v6": "^0.0.47",
33
- "@bananapus/core-v6": "^0.0.44",
33
+ "@bananapus/core-v6": "^0.0.48",
34
34
  "@bananapus/ownable-v6": "^0.0.24",
35
35
  "@bananapus/permission-ids-v6": "^0.0.23",
36
36
  "@bananapus/router-terminal-v6": "^0.0.37",
@@ -230,6 +230,7 @@ contract ConfigureFeeProjectScript is Script, Sphinx {
230
230
  description: REVDescription({name: NAME, ticker: SYMBOL, uri: PROJECT_URI, salt: ERC20_SALT}),
231
231
  baseCurrency: ETH_CURRENCY,
232
232
  splitOperator: OPERATOR,
233
+ scopeCashOutsToLocalBalances: false,
233
234
  stageConfigurations: stageConfigurations
234
235
  });
235
236