@ballkidz/defifa 0.0.35 → 0.0.36
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 +3 -3
- package/src/DefifaDeployer.sol +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ballkidz/defifa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "25.9.0"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"remappings.txt"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@bananapus/721-hook-v6": "^0.0.
|
|
34
|
+
"@bananapus/721-hook-v6": "^0.0.51",
|
|
35
35
|
"@bananapus/address-registry-v6": "^0.0.25",
|
|
36
|
-
"@bananapus/core-v6": "^0.0.
|
|
36
|
+
"@bananapus/core-v6": "^0.0.54",
|
|
37
37
|
"@bananapus/permission-ids-v6": "^0.0.25",
|
|
38
38
|
"@openzeppelin/contracts": "5.6.1",
|
|
39
39
|
"@prb/math": "4.1.1",
|
package/src/DefifaDeployer.sol
CHANGED
|
@@ -687,7 +687,6 @@ contract DefifaDeployer is IDefifaDeployer, IDefifaGamePhaseReporter, IDefifaGam
|
|
|
687
687
|
ownerMustSendPayouts: true,
|
|
688
688
|
holdFees: false,
|
|
689
689
|
scopeCashOutsToLocalBalances: true,
|
|
690
|
-
pauseCrossProjectFeeFreeInflows: false,
|
|
691
690
|
useDataHookForPay: true,
|
|
692
691
|
useDataHookForCashOut: true,
|
|
693
692
|
dataHook: metadata.dataHook,
|
|
@@ -851,7 +850,6 @@ contract DefifaDeployer is IDefifaDeployer, IDefifaGamePhaseReporter, IDefifaGam
|
|
|
851
850
|
ownerMustSendPayouts: false,
|
|
852
851
|
holdFees: false,
|
|
853
852
|
scopeCashOutsToLocalBalances: true,
|
|
854
|
-
pauseCrossProjectFeeFreeInflows: false,
|
|
855
853
|
useDataHookForPay: true,
|
|
856
854
|
useDataHookForCashOut: true,
|
|
857
855
|
dataHook: dataHook,
|
|
@@ -895,7 +893,6 @@ contract DefifaDeployer is IDefifaDeployer, IDefifaGamePhaseReporter, IDefifaGam
|
|
|
895
893
|
ownerMustSendPayouts: false,
|
|
896
894
|
holdFees: false,
|
|
897
895
|
scopeCashOutsToLocalBalances: true,
|
|
898
|
-
pauseCrossProjectFeeFreeInflows: false,
|
|
899
896
|
useDataHookForPay: true,
|
|
900
897
|
useDataHookForCashOut: true,
|
|
901
898
|
dataHook: dataHook,
|
|
@@ -956,7 +953,6 @@ contract DefifaDeployer is IDefifaDeployer, IDefifaGamePhaseReporter, IDefifaGam
|
|
|
956
953
|
ownerMustSendPayouts: true,
|
|
957
954
|
holdFees: false,
|
|
958
955
|
scopeCashOutsToLocalBalances: true,
|
|
959
|
-
pauseCrossProjectFeeFreeInflows: false,
|
|
960
956
|
useDataHookForPay: true,
|
|
961
957
|
useDataHookForCashOut: true,
|
|
962
958
|
dataHook: dataHook,
|
|
@@ -1012,7 +1008,6 @@ contract DefifaDeployer is IDefifaDeployer, IDefifaGamePhaseReporter, IDefifaGam
|
|
|
1012
1008
|
ownerMustSendPayouts: false,
|
|
1013
1009
|
holdFees: false,
|
|
1014
1010
|
scopeCashOutsToLocalBalances: true,
|
|
1015
|
-
pauseCrossProjectFeeFreeInflows: false,
|
|
1016
1011
|
useDataHookForPay: true,
|
|
1017
1012
|
useDataHookForCashOut: true,
|
|
1018
1013
|
dataHook: metadata.dataHook,
|