@usdctofiat/offramp 3.0.1 → 3.0.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.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  sanitizeAttributionId,
28
28
  sendTelemetryEvent,
29
29
  undelegate
30
- } from "./chunk-5KJ4DFWK.js";
30
+ } from "./chunk-F7DVUBMT.js";
31
31
 
32
32
  // src/types.ts
33
33
  var OFFRAMP_ERROR_CODES = {
package/dist/react.cjs CHANGED
@@ -30,7 +30,7 @@ var import_react = require("react");
30
30
 
31
31
  // src/config.ts
32
32
  var import_sdk = require("@zkp2p/sdk");
33
- var SDK_VERSION = "3.0.1";
33
+ var SDK_VERSION = "3.0.2";
34
34
  var BASE_CHAIN_ID = 8453;
35
35
  var RUNTIME_ENV = "production";
36
36
  var API_BASE_URL = "https://api.zkp2p.xyz";
@@ -47,6 +47,7 @@ var GATING_SERVICE_ADDRESS = (0, import_sdk.getGatingServiceAddress)(
47
47
  var DELEGATE_RATE_MANAGER_ID = "0x8666d6fb0f6797c56e95339fd7ca82fdd348b9db200e10a4c4aa0a0b879fc41c";
48
48
  var RATE_MANAGER_REGISTRY_ADDRESS = "0xeed7db23e724ac4590d6db6f78fda6db203535f3";
49
49
  var DELEGATE_MANAGER_FEE_BPS = 10;
50
+ var DEFAULT_INTENT_GUARDIAN_ADDRESS = "0xe29a5BD4D0CEbA6C125A0361E7D20ab4eA275C2f";
50
51
  var REFERRER = "galleonlabs";
51
52
  var MIN_DEPOSIT_USDC = 1;
52
53
  var MIN_ORDER_USDC = 1;
@@ -1392,6 +1393,7 @@ async function offramp(walletClient, params, onProgress, telemetryContext) {
1392
1393
  data: "0x"
1393
1394
  })),
1394
1395
  currenciesOverride,
1396
+ intentGuardian: DEFAULT_INTENT_GUARDIAN_ADDRESS,
1395
1397
  escrowAddress: ESCROW_ADDRESS,
1396
1398
  txOverrides
1397
1399
  });