@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 CHANGED
@@ -1372,7 +1372,7 @@ var WarpEvmOutput = class {
1372
1372
  output[key] = path;
1373
1373
  }
1374
1374
  }
1375
- return { values, output: await (0, import_warps16.evaluateOutputCommon)(warp, output, actionIndex, inputs, this.serializer.coreSerializer, this.config) };
1375
+ return { values, output: await (0, import_warps16.evaluateOutputCommon)(warp, output, nativeValues, actionIndex, inputs, this.serializer.coreSerializer, this.config) };
1376
1376
  }
1377
1377
  async getTransactionStatus(txHash) {
1378
1378
  try {