@aarc-dev/core-viem
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -728,2 +728,3 @@ "use strict"; | ||
} | ||
console.log(transferOut, " transferOut"); | ||
if (transferOut) { | ||
@@ -734,3 +735,3 @@ // payloadParams.transferOut = JSON.stringify(transferOut) | ||
//@ts-ignore | ||
"transferOut[]": JSON.stringify(transferOut.tokenAddress, transferOut.fromAddress), | ||
"transferOut[]": `${transferOut.tokenAddress, transferOut.fromAddress}`, | ||
}; | ||
@@ -737,0 +738,0 @@ } |
{ | ||
"name": "@aarc-dev/core-viem", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
249216
2263