@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/README.md +1 -1
- package/dist/index.d.mts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 = "
|
|
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,
|