@usdctofiat/offramp 4.4.4 → 4.4.5

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 CHANGED
@@ -85,7 +85,7 @@ var import_sdk5 = require("@zkp2p/sdk");
85
85
 
86
86
  // src/config.ts
87
87
  var import_sdk = require("@zkp2p/sdk");
88
- var SDK_VERSION = "4.4.4";
88
+ var SDK_VERSION = "4.4.5";
89
89
  var BASE_CHAIN_ID = 8453;
90
90
  var RUNTIME_ENV = "production";
91
91
  var API_BASE_URL = "https://api.zkp2p.xyz";
@@ -1772,7 +1772,7 @@ var OFFRAMP_RESOURCE_LINKS = {
1772
1772
  };
1773
1773
  var OFFRAMP_UPSTREAM_SOURCE_TRUTHS = [
1774
1774
  {
1775
- label: "@zkp2p/sdk 0.6.2",
1775
+ label: "@zkp2p/sdk 0.6.3",
1776
1776
  href: "https://github.com/zkp2p/zkp2p-clients/tree/main/packages/sdk",
1777
1777
  description: "Primary upstream TypeScript SDK for contracts, Curator clients, payment-method catalogs, and the Peer extension bridge."
1778
1778
  },