@rhinestone/sdk 1.6.2 → 1.6.3
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.
|
@@ -661,9 +661,9 @@ function getPolicyData(policy, useDevContracts) {
|
|
|
661
661
|
case 'time-frame': {
|
|
662
662
|
return {
|
|
663
663
|
policy: TIME_FRAME_POLICY_ADDRESS,
|
|
664
|
-
initData: (0, viem_1.
|
|
665
|
-
Math.floor(policy.validUntil / 1000),
|
|
664
|
+
initData: (0, viem_1.encodeAbiParameters)([{ type: 'uint48' }, { type: 'uint48' }], [
|
|
666
665
|
Math.floor(policy.validAfter / 1000),
|
|
666
|
+
Math.floor(policy.validUntil / 1000),
|
|
667
667
|
]),
|
|
668
668
|
};
|
|
669
669
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const PROD_ORCHESTRATOR_URL = "https://v1.orchestrator.rhinestone.dev";
|
|
2
2
|
declare const RHINESTONE_SPOKE_POOL_ADDRESS = "0x000000000060f6e853447881951574cdd0663530";
|
|
3
|
-
declare const SDK_VERSION = "1.6.
|
|
3
|
+
declare const SDK_VERSION = "1.6.3";
|
|
4
4
|
declare const API_VERSION = "2026-01.alps";
|
|
5
5
|
export { PROD_ORCHESTRATOR_URL, RHINESTONE_SPOKE_POOL_ADDRESS, SDK_VERSION, API_VERSION, };
|
|
6
6
|
//# sourceMappingURL=consts.d.ts.map
|
|
@@ -5,7 +5,7 @@ const PROD_ORCHESTRATOR_URL = 'https://v1.orchestrator.rhinestone.dev';
|
|
|
5
5
|
exports.PROD_ORCHESTRATOR_URL = PROD_ORCHESTRATOR_URL;
|
|
6
6
|
const RHINESTONE_SPOKE_POOL_ADDRESS = '0x000000000060f6e853447881951574cdd0663530';
|
|
7
7
|
exports.RHINESTONE_SPOKE_POOL_ADDRESS = RHINESTONE_SPOKE_POOL_ADDRESS;
|
|
8
|
-
const SDK_VERSION = '1.6.
|
|
8
|
+
const SDK_VERSION = '1.6.3';
|
|
9
9
|
exports.SDK_VERSION = SDK_VERSION;
|
|
10
10
|
const API_VERSION = '2026-01.alps';
|
|
11
11
|
exports.API_VERSION = API_VERSION;
|