@zkp2p/sdk 0.11.1 → 0.11.2
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.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -56295,7 +56295,6 @@ init_types();
|
|
|
56295
56295
|
|
|
56296
56296
|
// src/utils/constants.ts
|
|
56297
56297
|
var DEFAULT_BASE_API_URL = "https://api.zkp2p.xyz";
|
|
56298
|
-
var DEFAULT_INTENT_GUARDIAN_ADDRESS = "0x83671606454fA72ba1e2831E18C5090D25629414";
|
|
56299
56298
|
|
|
56300
56299
|
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/oracleFeeds/chainlink.json
|
|
56301
56300
|
var chainlink_default = {
|
|
@@ -64314,7 +64313,7 @@ var Zkp2pClient = class {
|
|
|
64314
64313
|
paymentMethodData,
|
|
64315
64314
|
currencies: normalizedCurrencies,
|
|
64316
64315
|
delegate: params.delegate ?? "0x0000000000000000000000000000000000000000",
|
|
64317
|
-
intentGuardian: params.intentGuardian ?? this.intentGuardianAddress ??
|
|
64316
|
+
intentGuardian: params.intentGuardian ?? this.intentGuardianAddress ?? ZERO_ADDRESS,
|
|
64318
64317
|
retainOnEmpty: Boolean(params.retainOnEmpty ?? false)
|
|
64319
64318
|
}
|
|
64320
64319
|
];
|