@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.mjs
CHANGED
|
@@ -851,7 +851,6 @@ async function sendTransactionWithAttribution(walletClient, request, referrer, o
|
|
|
851
851
|
|
|
852
852
|
// src/utils/constants.ts
|
|
853
853
|
var DEFAULT_BASE_API_URL = "https://api.zkp2p.xyz";
|
|
854
|
-
var DEFAULT_INTENT_GUARDIAN_ADDRESS = "0x83671606454fA72ba1e2831E18C5090D25629414";
|
|
855
854
|
|
|
856
855
|
// ../../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
|
|
857
856
|
var chainlink_default = {
|
|
@@ -8676,7 +8675,7 @@ var Zkp2pClient = class {
|
|
|
8676
8675
|
paymentMethodData,
|
|
8677
8676
|
currencies: normalizedCurrencies,
|
|
8678
8677
|
delegate: params.delegate ?? "0x0000000000000000000000000000000000000000",
|
|
8679
|
-
intentGuardian: params.intentGuardian ?? this.intentGuardianAddress ??
|
|
8678
|
+
intentGuardian: params.intentGuardian ?? this.intentGuardianAddress ?? ZERO_ADDRESS,
|
|
8680
8679
|
retainOnEmpty: Boolean(params.retainOnEmpty ?? false)
|
|
8681
8680
|
}
|
|
8682
8681
|
];
|