@usdctofiat/offramp 4.4.7 → 4.4.9
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/CHANGELOG.md +10 -0
- package/dist/{chunk-4DUIEYWQ.js → chunk-QOVUUH5L.js} +2 -2
- package/dist/{chunk-4DUIEYWQ.js.map → chunk-QOVUUH5L.js.map} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +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
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.4.9] - 2026-07-07
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Align developer-resource metadata with the simplified Peerlytics app surface:
|
|
15
|
+
pricing now resolves to the developer portal pricing tab instead of the
|
|
16
|
+
retired standalone `/pricing` route.
|
|
17
|
+
|
|
18
|
+
## [4.4.8] - 2026-07-06
|
|
19
|
+
|
|
10
20
|
### Fixed
|
|
11
21
|
|
|
12
22
|
- Align `@zkp2p/sdk` to `0.8.0` and pass `callerAddress` through Peer
|
|
@@ -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.9";
|
|
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-QOVUUH5L.js.map
|