@morseai/sdk 0.1.0-beta.7 → 0.1.0-beta.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/index.mjs CHANGED
@@ -1309,8 +1309,8 @@ var MorseSDKV1 = class {
1309
1309
  }
1310
1310
  const walletTarget = wallet.address;
1311
1311
  const walletCreator = wallet.address;
1312
- const domain = "morse.app";
1313
- const chainId = 8453;
1312
+ const domain = options.domain || "morseai.tech";
1313
+ const chainId = options.chainId ?? 8453;
1314
1314
  const keyBytes = this.base64ToUint8Array(keyBase64);
1315
1315
  const sealedBox = await sealDataKey(
1316
1316
  keyBytes,