@actalink/commonlib 0.0.37 → 0.0.38

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.cjs CHANGED
@@ -1239,7 +1239,7 @@ var ActaAccount = class {
1239
1239
  signer: this.signer
1240
1240
  }
1241
1241
  );
1242
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1242
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1243
1243
  const emptyAccount = (0, import_sdk.addressToEmptyAccount)(sessionKeyAddress);
1244
1244
  const emptySessionKeySigner = yield (0, import_signers.toECDSASigner)({ signer: emptyAccount });
1245
1245
  const {
@@ -1367,7 +1367,7 @@ var ActaAccount = class {
1367
1367
  signer: this.signer
1368
1368
  }
1369
1369
  );
1370
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1370
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1371
1371
  const emptyAccount = (0, import_sdk.addressToEmptyAccount)(sessionKeyAddress);
1372
1372
  const emptySessionKeySigner = yield (0, import_signers.toECDSASigner)({ signer: emptyAccount });
1373
1373
  const {
@@ -1473,7 +1473,7 @@ var ActaAccount = class {
1473
1473
  const viemClient = new ViemClient(this.chainId, this.signer);
1474
1474
  const account = yield this.createAccount();
1475
1475
  const { kernelAccountClient, accountClient } = yield this.createAccountHelpers();
1476
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1476
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1477
1477
  const emptyAccount = (0, import_sdk.addressToEmptyAccount)(sessionKeyAddress);
1478
1478
  const emptySessionKeySigner = yield (0, import_signers.toECDSASigner)({ signer: emptyAccount });
1479
1479
  const callPolicy = (0, import_policies.toCallPolicy)({
package/dist/index.js CHANGED
@@ -1166,7 +1166,7 @@ var ActaAccount = class {
1166
1166
  signer: this.signer
1167
1167
  }
1168
1168
  );
1169
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1169
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1170
1170
  const emptyAccount = addressToEmptyAccount(sessionKeyAddress);
1171
1171
  const emptySessionKeySigner = yield toECDSASigner({ signer: emptyAccount });
1172
1172
  const {
@@ -1294,7 +1294,7 @@ var ActaAccount = class {
1294
1294
  signer: this.signer
1295
1295
  }
1296
1296
  );
1297
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1297
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1298
1298
  const emptyAccount = addressToEmptyAccount(sessionKeyAddress);
1299
1299
  const emptySessionKeySigner = yield toECDSASigner({ signer: emptyAccount });
1300
1300
  const {
@@ -1400,7 +1400,7 @@ var ActaAccount = class {
1400
1400
  const viemClient = new ViemClient(this.chainId, this.signer);
1401
1401
  const account = yield this.createAccount();
1402
1402
  const { kernelAccountClient, accountClient } = yield this.createAccountHelpers();
1403
- const sessionKeyAddress = "0x182f375CD15102B22A55702a516d36f8a6443E40";
1403
+ const sessionKeyAddress = "0xFDEed8e268D74DF71f3Db7409F8A8290FF1263ED";
1404
1404
  const emptyAccount = addressToEmptyAccount(sessionKeyAddress);
1405
1405
  const emptySessionKeySigner = yield toECDSASigner({ signer: emptyAccount });
1406
1406
  const callPolicy = toCallPolicy({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {