@entros/pulse-sdk 1.0.0 → 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.mjs CHANGED
@@ -2027,7 +2027,7 @@ async function processSensorData(sensorData, config, wallet, connection, onProgr
2027
2027
  success: false,
2028
2028
  commitment: tbh.commitmentBytes,
2029
2029
  isFirstVerification: false,
2030
- error: "Re-verification requires wasmUrl and zkeyUrl in PulseConfig. Host the iam_hamming.wasm and iam_hamming_final.zkey circuit artifacts at public URLs."
2030
+ error: "Re-verification requires wasmUrl and zkeyUrl in PulseConfig. Host the entros_hamming.wasm and entros_hamming_final.zkey circuit artifacts at public URLs."
2031
2031
  };
2032
2032
  }
2033
2033
  try {