@joai/warps-adapter-evm 1.0.0-beta.75 → 1.0.1
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1343,7 +1343,7 @@ var WarpEvmOutput = class {
|
|
|
1343
1343
|
output[key] = path;
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
|
-
return { values, output: await evaluateOutputCommon(warp, output, actionIndex, inputs, this.serializer.coreSerializer, this.config) };
|
|
1346
|
+
return { values, output: await evaluateOutputCommon(warp, output, nativeValues, actionIndex, inputs, this.serializer.coreSerializer, this.config) };
|
|
1347
1347
|
}
|
|
1348
1348
|
async getTransactionStatus(txHash) {
|
|
1349
1349
|
try {
|