damm-sdk 1.1.30-alpha.24 → 1.1.30-alpha.25
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/dist/index.cjs
CHANGED
|
@@ -74022,12 +74022,7 @@ var TransferFromPermit2Calldata = ({
|
|
|
74022
74022
|
amount,
|
|
74023
74023
|
token
|
|
74024
74024
|
}) => {
|
|
74025
|
-
return permit2Interface.encodeFunctionData("transferFrom
|
|
74026
|
-
from2,
|
|
74027
|
-
to,
|
|
74028
|
-
amount,
|
|
74029
|
-
token
|
|
74030
|
-
]);
|
|
74025
|
+
return permit2Interface.encodeFunctionData("transferFrom", [from2, to, amount, token]);
|
|
74031
74026
|
};
|
|
74032
74027
|
var transferFromPermit2Trx = ({
|
|
74033
74028
|
permit2Address,
|
|
@@ -85612,4 +85607,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
85612
85607
|
};
|
|
85613
85608
|
};
|
|
85614
85609
|
|
|
85615
|
-
//# debugId=
|
|
85610
|
+
//# debugId=9755432739F72D7B64756E2164756E21
|