@usdctofiat/offramp 4.2.0 → 4.2.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/CHANGELOG.md +9 -0
- package/README.md +1 -1
- package/dist/{chunk-COG2VN74.js → chunk-IGSM53SJ.js} +7 -3
- package/dist/chunk-IGSM53SJ.js.map +1 -0
- package/dist/index.cjs +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +6 -2
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-COG2VN74.js.map +0 -1
package/dist/index.js
CHANGED
package/dist/react.cjs
CHANGED
|
@@ -40,7 +40,7 @@ var import_react = require("react");
|
|
|
40
40
|
|
|
41
41
|
// src/config.ts
|
|
42
42
|
var import_sdk = require("@zkp2p/sdk");
|
|
43
|
-
var SDK_VERSION = "4.2.
|
|
43
|
+
var SDK_VERSION = "4.2.1";
|
|
44
44
|
var BASE_CHAIN_ID = 8453;
|
|
45
45
|
var RUNTIME_ENV = "production";
|
|
46
46
|
var API_BASE_URL = "https://api.zkp2p.xyz";
|
|
@@ -552,7 +552,11 @@ function requireSarCredentialCapture(capturedMetadata) {
|
|
|
552
552
|
}
|
|
553
553
|
async function uploadSellerCredentialBundle(processorName, offchainId, bundle) {
|
|
554
554
|
const params = processorName === "wise" ? { platform: "wise", bundle } : { platform: processorName, offchainId, bundle };
|
|
555
|
-
return (0, import_sdk3.apiUploadSellerCredentialBundle)(
|
|
555
|
+
return (0, import_sdk3.apiUploadSellerCredentialBundle)(
|
|
556
|
+
params,
|
|
557
|
+
API_BASE_URL,
|
|
558
|
+
PAYEE_REGISTRATION_TIMEOUT_MS
|
|
559
|
+
);
|
|
556
560
|
}
|
|
557
561
|
async function completePeerExtensionRegistration(input) {
|
|
558
562
|
const processorName = resolveRegistrationProcessor(input.platform);
|