@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 = "
|
|
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 = '
|
|
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 = {
|