@usdctofiat/offramp 4.4.7 → 4.4.8
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/{chunk-4DUIEYWQ.js → chunk-WCW426U5.js} +2 -2
- package/dist/{chunk-4DUIEYWQ.js.map → chunk-WCW426U5.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +5 -5
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +5 -5
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/config.ts
|
|
2
2
|
import { getContracts, getGatingServiceAddress } from "@zkp2p/sdk";
|
|
3
|
-
var SDK_VERSION = "4.4.
|
|
3
|
+
var SDK_VERSION = "4.4.8";
|
|
4
4
|
var BASE_CHAIN_ID = 8453;
|
|
5
5
|
var RUNTIME_ENV = "production";
|
|
6
6
|
var API_BASE_URL = "https://api.zkp2p.xyz";
|
|
@@ -1677,4 +1677,4 @@ export {
|
|
|
1677
1677
|
createPeerExtensionSdk,
|
|
1678
1678
|
peerExtensionSdk
|
|
1679
1679
|
};
|
|
1680
|
-
//# sourceMappingURL=chunk-
|
|
1680
|
+
//# sourceMappingURL=chunk-WCW426U5.js.map
|