@rhinestone/sdk 1.0.0-beta.41 → 1.0.0-beta.42

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.
@@ -1,6 +1,6 @@
1
1
  import { type Hex } from 'viem';
2
2
  import type { IntentOp, IntentOpElement } from '../orchestrator/types';
3
- declare const COMPACT_ADDRESS = "0x73d2dc0c21fca4ec1601895d50df7f5624f07d3f";
3
+ declare const COMPACT_ADDRESS = "0x00000000000000171ede64904551eeDF3C6C9788";
4
4
  declare function getCompactTypedData(intentOp: IntentOp): {
5
5
  readonly domain: {
6
6
  readonly name: "The Compact";
@@ -6,7 +6,7 @@ exports.getCompactDigest = getCompactDigest;
6
6
  exports.getPermit2Digest = getPermit2Digest;
7
7
  const viem_1 = require("viem");
8
8
  const permit2_1 = require("./permit2");
9
- const COMPACT_ADDRESS = '0x73d2dc0c21fca4ec1601895d50df7f5624f07d3f';
9
+ const COMPACT_ADDRESS = '0x00000000000000171ede64904551eeDF3C6C9788';
10
10
  exports.COMPACT_ADDRESS = COMPACT_ADDRESS;
11
11
  // Define the typed data structure as const to preserve type safety
12
12
  const COMPACT_TYPED_DATA_TYPES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/sdk",
3
- "version": "1.0.0-beta.41",
3
+ "version": "1.0.0-beta.42",
4
4
  "description": "End-to-end chain abstraction and modularity toolkit",
5
5
  "author": {
6
6
  "name": "Rhinestone",