@inco/js 0.1.10 → 0.1.12

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.
@@ -41,7 +41,7 @@ var __export = (target, all) => {
41
41
  };
42
42
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
43
43
 
44
- // node_modules/viem/_esm/utils/data/isHex.js
44
+ // ../node_modules/viem/_esm/utils/data/isHex.js
45
45
  function isHex(value6, { strict: strict2 = true } = {}) {
46
46
  if (!value6)
47
47
  return false;
@@ -50,19 +50,18 @@ function isHex(value6, { strict: strict2 = true } = {}) {
50
50
  return strict2 ? /^0x[0-9a-fA-F]*$/.test(value6) : value6.startsWith("0x");
51
51
  }
52
52
 
53
- // node_modules/viem/_esm/utils/data/size.js
53
+ // ../node_modules/viem/_esm/utils/data/size.js
54
54
  function size21(value6) {
55
55
  if (isHex(value6, { strict: false }))
56
56
  return Math.ceil((value6.length - 2) / 2);
57
57
  return value6.length;
58
58
  }
59
- var init_size = () => {
60
- };
59
+ var init_size = () => {};
61
60
 
62
- // node_modules/viem/_esm/errors/version.js
63
- var version = "2.22.23";
61
+ // ../node_modules/viem/_esm/errors/version.js
62
+ var version = "2.24.3";
64
63
 
65
- // node_modules/viem/_esm/errors/base.js
64
+ // ../node_modules/viem/_esm/errors/base.js
66
65
  function walk(err, fn) {
67
66
  if (fn?.(err))
68
67
  return err;
@@ -150,7 +149,7 @@ var init_base = __esm(() => {
150
149
  };
151
150
  });
152
151
 
153
- // node_modules/viem/_esm/errors/abi.js
152
+ // ../node_modules/viem/_esm/errors/abi.js
154
153
  var AbiEncodingLengthMismatchError, BytesSizeMismatchError, UnsupportedPackedAbiType;
155
154
  var init_abi = __esm(() => {
156
155
  init_base();
@@ -180,7 +179,7 @@ var init_abi = __esm(() => {
180
179
  };
181
180
  });
182
181
 
183
- // node_modules/viem/_esm/errors/data.js
182
+ // ../node_modules/viem/_esm/errors/data.js
184
183
  var SizeExceedsPaddingSizeError;
185
184
  var init_data = __esm(() => {
186
185
  init_base();
@@ -191,7 +190,7 @@ var init_data = __esm(() => {
191
190
  };
192
191
  });
193
192
 
194
- // node_modules/viem/_esm/utils/data/pad.js
193
+ // ../node_modules/viem/_esm/utils/data/pad.js
195
194
  function pad(hexOrBytes, { dir: dir2, size: size22 = 32 } = {}) {
196
195
  if (typeof hexOrBytes === "string")
197
196
  return padHex(hexOrBytes, { dir: dir2, size: size22 });
@@ -229,7 +228,7 @@ var init_pad = __esm(() => {
229
228
  init_data();
230
229
  });
231
230
 
232
- // node_modules/viem/_esm/errors/encoding.js
231
+ // ../node_modules/viem/_esm/errors/encoding.js
233
232
  var IntegerOutOfRangeError, SizeOverflowError;
234
233
  var init_encoding = __esm(() => {
235
234
  init_base();
@@ -245,7 +244,7 @@ var init_encoding = __esm(() => {
245
244
  };
246
245
  });
247
246
 
248
- // node_modules/viem/_esm/utils/encoding/fromHex.js
247
+ // ../node_modules/viem/_esm/utils/encoding/fromHex.js
249
248
  function assertSize(hexOrBytes, { size: size22 }) {
250
249
  if (size21(hexOrBytes) > size22)
251
250
  throw new SizeOverflowError({
@@ -258,7 +257,7 @@ var init_fromHex = __esm(() => {
258
257
  init_size();
259
258
  });
260
259
 
261
- // node_modules/viem/_esm/utils/encoding/toHex.js
260
+ // ../node_modules/viem/_esm/utils/encoding/toHex.js
262
261
  function toHex(value6, opts = {}) {
263
262
  if (typeof value6 === "number" || typeof value6 === "bigint")
264
263
  return numberToHex(value6, opts);
@@ -330,7 +329,7 @@ var init_toHex = __esm(() => {
330
329
  encoder2 = /* @__PURE__ */ new TextEncoder;
331
330
  });
332
331
 
333
- // node_modules/viem/_esm/utils/encoding/toBytes.js
332
+ // ../node_modules/viem/_esm/utils/encoding/toBytes.js
334
333
  function toBytes(value6, opts = {}) {
335
334
  if (typeof value6 === "number" || typeof value6 === "bigint")
336
335
  return numberToBytes(value6, opts);
@@ -435,8 +434,7 @@ function aoutput(out, instance) {
435
434
  throw new Error("digestInto() expects output buffer of length at least " + min4);
436
435
  }
437
436
  }
438
- var init__assert = () => {
439
- };
437
+ var init__assert = () => {};
440
438
 
441
439
  // ../node_modules/@noble/hashes/esm/_u64.js
442
440
  function fromBig(n, le = false) {
@@ -698,7 +696,7 @@ var init_sha3 = __esm(() => {
698
696
  shake256 = /* @__PURE__ */ genShake(31, 136, 256 / 8);
699
697
  });
700
698
 
701
- // node_modules/viem/_esm/utils/hash/keccak256.js
699
+ // ../node_modules/viem/_esm/utils/hash/keccak256.js
702
700
  function keccak256(value6, to_) {
703
701
  const to = to_ || "hex";
704
702
  const bytes = keccak_256(isHex(value6, { strict: false }) ? toBytes(value6) : value6);
@@ -712,7 +710,7 @@ var init_keccak256 = __esm(() => {
712
710
  init_toHex();
713
711
  });
714
712
 
715
- // node_modules/viem/_esm/errors/address.js
713
+ // ../node_modules/viem/_esm/errors/address.js
716
714
  var InvalidAddressError;
717
715
  var init_address = __esm(() => {
718
716
  init_base();
@@ -729,7 +727,7 @@ var init_address = __esm(() => {
729
727
  };
730
728
  });
731
729
 
732
- // node_modules/viem/_esm/utils/lru.js
730
+ // ../node_modules/viem/_esm/utils/lru.js
733
731
  var LruMap;
734
732
  var init_lru = __esm(() => {
735
733
  LruMap = class LruMap extends Map {
@@ -763,7 +761,7 @@ var init_lru = __esm(() => {
763
761
  };
764
762
  });
765
763
 
766
- // node_modules/viem/_esm/utils/address/getAddress.js
764
+ // ../node_modules/viem/_esm/utils/address/getAddress.js
767
765
  function checksumAddress(address_, chainId) {
768
766
  if (checksumAddressCache.has(`${address_}.${chainId}`))
769
767
  return checksumAddressCache.get(`${address_}.${chainId}`);
@@ -790,7 +788,7 @@ var init_getAddress = __esm(() => {
790
788
  checksumAddressCache = /* @__PURE__ */ new LruMap(8192);
791
789
  });
792
790
 
793
- // node_modules/viem/_esm/utils/address/isAddress.js
791
+ // ../node_modules/viem/_esm/utils/address/isAddress.js
794
792
  function isAddress(address, options) {
795
793
  const { strict: strict2 = true } = options ?? {};
796
794
  const cacheKey = `${address}.${strict2}`;
@@ -816,12 +814,12 @@ var init_isAddress = __esm(() => {
816
814
  isAddressCache = /* @__PURE__ */ new LruMap(8192);
817
815
  });
818
816
 
819
- // node_modules/viem/_esm/utils/data/concat.js
817
+ // ../node_modules/viem/_esm/utils/data/concat.js
820
818
  function concatHex(values7) {
821
819
  return `0x${values7.reduce((acc, x) => acc + x.replace("0x", ""), "")}`;
822
820
  }
823
821
 
824
- // node_modules/viem/_esm/utils/regex.js
822
+ // ../node_modules/viem/_esm/utils/regex.js
825
823
  var arrayRegex, bytesRegex, integerRegex;
826
824
  var init_regex = __esm(() => {
827
825
  arrayRegex = /^(.*)\[([0-9]*)\]$/;
@@ -956,7 +954,7 @@ var array = (item) => make((self, that) => {
956
954
  });
957
955
 
958
956
  // ../node_modules/effect/dist/esm/internal/version.js
959
- var moduleVersion = "3.14.10";
957
+ var moduleVersion = "3.14.5";
960
958
  var getCurrentVersion = () => moduleVersion;
961
959
 
962
960
  // ../node_modules/effect/dist/esm/GlobalValue.js
@@ -1154,8 +1152,7 @@ var tracingFunction = (name) => {
1154
1152
  };
1155
1153
  };
1156
1154
  var internalCall = /* @__PURE__ */ tracingFunction("effect_internal_function");
1157
- var genConstructor = function* () {
1158
- }.constructor;
1155
+ var genConstructor = function* () {}.constructor;
1159
1156
 
1160
1157
  // ../node_modules/effect/dist/esm/Hash.js
1161
1158
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => new WeakMap);
@@ -1502,8 +1499,7 @@ var StructuralCommitPrototype = {
1502
1499
  ...StructuralPrototype
1503
1500
  };
1504
1501
  var Base = /* @__PURE__ */ function() {
1505
- function Base2() {
1506
- }
1502
+ function Base2() {}
1507
1503
  Base2.prototype = CommitPrototype;
1508
1504
  return Base2;
1509
1505
  }();
@@ -5006,8 +5002,7 @@ var Reference = () => (id, options) => {
5006
5002
  Error.stackTraceLimit = 2;
5007
5003
  const creationError = new Error;
5008
5004
  Error.stackTraceLimit = limit;
5009
- function ReferenceClass() {
5010
- }
5005
+ function ReferenceClass() {}
5011
5006
  Object.setPrototypeOf(ReferenceClass, ReferenceProto);
5012
5007
  ReferenceClass.key = id;
5013
5008
  ReferenceClass.defaultValue = options.defaultValue;
@@ -7947,8 +7942,7 @@ var prettyErrorMessage = (u) => {
7947
7942
  if (hasProperty(u, "toString") && isFunction2(u["toString"]) && u["toString"] !== Object.prototype.toString && u["toString"] !== globalThis.Array.prototype.toString) {
7948
7943
  return u["toString"]();
7949
7944
  }
7950
- } catch {
7951
- }
7945
+ } catch {}
7952
7946
  return stringifyCircular(u);
7953
7947
  };
7954
7948
  var locationRegex = /\((.*)\)/g;
@@ -8522,8 +8516,7 @@ var zip2 = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, (a) => map9(th
8522
8516
  var zipLeft = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, (a) => as(that, a)));
8523
8517
  var zipRight = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, () => that));
8524
8518
  var never = /* @__PURE__ */ asyncInterrupt(() => {
8525
- const interval = setInterval(() => {
8526
- }, 2 ** 31 - 1);
8519
+ const interval = setInterval(() => {}, 2 ** 31 - 1);
8527
8520
  return sync(() => clearInterval(interval));
8528
8521
  });
8529
8522
  var interruptFiber = (self) => flatMap6(fiberId, (fiberId2) => pipe(self, interruptAsFiber(fiberId2)));
@@ -11379,7 +11372,7 @@ var summary3 = (key) => {
11379
11372
  if (item != null) {
11380
11373
  const [t, v] = item;
11381
11374
  const age = millis(now - t);
11382
- if (greaterThanOrEqualTo3(age, zero2) && lessThanOrEqualTo3(age, maxAge)) {
11375
+ if (greaterThanOrEqualTo3(age, zero2) && age <= maxAge) {
11383
11376
  builder.push(v);
11384
11377
  }
11385
11378
  }
@@ -12343,16 +12336,11 @@ class Const {
12343
12336
  get value() {
12344
12337
  return this.effect;
12345
12338
  }
12346
- onStart(_context, _effect, _parent, _fiber) {
12347
- }
12348
- onEnd(_value, _fiber) {
12349
- }
12350
- onEffect(_fiber, _effect) {
12351
- }
12352
- onSuspend(_fiber) {
12353
- }
12354
- onResume(_fiber) {
12355
- }
12339
+ onStart(_context, _effect, _parent, _fiber) {}
12340
+ onEnd(_value, _fiber) {}
12341
+ onEffect(_fiber, _effect) {}
12342
+ onSuspend(_fiber) {}
12343
+ onResume(_fiber) {}
12356
12344
  map(f) {
12357
12345
  return new ProxySupervisor(this, pipe(this.value, map9(f)));
12358
12346
  }
@@ -12826,8 +12814,7 @@ class FiberRuntime extends Class {
12826
12814
  return whileLoop({
12827
12815
  while: () => !isDone3,
12828
12816
  body,
12829
- step: () => {
12830
- }
12817
+ step: () => {}
12831
12818
  });
12832
12819
  }
12833
12820
  return null;
@@ -22357,24 +22344,7 @@ class TrieIterator {
22357
22344
  }
22358
22345
  }
22359
22346
  var isTrie = (u) => hasProperty(u, TrieTypeId);
22360
- // src/binary.ts
22361
- var exports_binary = {};
22362
- __export(exports_binary, {
22363
- padLeft: () => padLeft,
22364
- normaliseToHex: () => normaliseToHex,
22365
- mustBeHex: () => mustBeHex,
22366
- bytesToHex: () => bytesToHex3,
22367
- bytesToBigInt: () => bytesToBigInt,
22368
- bytesFromHexString: () => bytesFromHexString,
22369
- bytes32ToBigint: () => bytes32ToBigint,
22370
- bufferToBigInt: () => bufferToBigInt,
22371
- bigintToBytes32: () => bigintToBytes32,
22372
- asBytes32: () => asBytes32,
22373
- HexString: () => HexString,
22374
- Bytes32: () => Bytes32
22375
- });
22376
-
22377
- // node_modules/viem/_esm/utils/abi/encodePacked.js
22347
+ // ../node_modules/viem/_esm/utils/abi/encodePacked.js
22378
22348
  init_abi();
22379
22349
  init_address();
22380
22350
  init_isAddress();
@@ -22443,15 +22413,10 @@ function encode6(type2, value6, isArray2 = false) {
22443
22413
  throw new UnsupportedPackedAbiType(type2);
22444
22414
  }
22445
22415
 
22446
- // node_modules/viem/_esm/index.js
22416
+ // ../node_modules/viem/_esm/index.js
22447
22417
  init_toBytes();
22448
22418
  init_toHex();
22449
22419
  // src/schema.ts
22450
- var exports_schema = {};
22451
- __export(exports_schema, {
22452
- parseJson: () => parseJson2,
22453
- parse: () => parse3
22454
- });
22455
22420
  function parse3(schema, obj, options) {
22456
22421
  return exports_Schema.decodeUnknownSync(schema)(obj, options);
22457
22422
  }
@@ -22530,262 +22495,147 @@ function getSupportedChain(chainish) {
22530
22495
  // src/generated/lightning.ts
22531
22496
  var lightningDeployments = [
22532
22497
  {
22533
- name: "incoLightning_0_1_25__986372984",
22534
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22535
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22536
- pepper: "devnet",
22537
- version: {
22538
- major: 0,
22539
- minor: 1,
22540
- patch: 25,
22541
- shortSalt: "986372984"
22542
- },
22543
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22544
- decryptSigner: "0x2581773F31B13CeEd15413975089768EEA74dCE2",
22545
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22546
- chainId: "31337",
22547
- blockNumber: "5",
22548
- chainName: "Foundry",
22549
- active: true,
22550
- deployDate: "2025-04-21T20:48:53.167Z",
22551
- commit: "v3-24-g20f55870-dirty",
22552
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22553
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22554
- },
22555
- {
22556
- name: "incoLightning_0_1_25__986372984",
22557
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22498
+ name: "incoLightning_0_1_26__18043964",
22499
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22558
22500
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22559
- pepper: "devnet",
22501
+ pepper: "testnet",
22560
22502
  version: {
22561
22503
  major: 0,
22562
22504
  minor: 1,
22563
- patch: 25,
22564
- shortSalt: "986372984"
22505
+ patch: 26,
22506
+ shortSalt: "18043964"
22565
22507
  },
22566
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22508
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22567
22509
  decryptSigner: "0x000000000000000000000000000000000000baBe",
22568
22510
  eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22569
22511
  chainId: "7311099111",
22570
22512
  blockNumber: "1",
22571
22513
  chainName: "Inco Release Chain",
22572
22514
  active: true,
22573
- deployDate: "2025-04-21T20:48:48.403Z",
22574
- commit: "v3-24-g20f55870-dirty",
22575
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22515
+ deployDate: "2025-04-22T12:14:50.447Z",
22516
+ commit: "v3-26-g623cec72-dirty",
22517
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22576
22518
  addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22577
22519
  },
22578
22520
  {
22579
- name: "incoLightning_0_1_25__986372984",
22580
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22521
+ name: "incoLightning_0_1_26__18043964",
22522
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22581
22523
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22582
- pepper: "devnet",
22524
+ pepper: "testnet",
22583
22525
  version: {
22584
22526
  major: 0,
22585
22527
  minor: 1,
22586
- patch: 25,
22587
- shortSalt: "986372984"
22528
+ patch: 26,
22529
+ shortSalt: "18043964"
22588
22530
  },
22589
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22531
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22590
22532
  decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22591
22533
  eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22592
22534
  chainId: "10143",
22593
- blockNumber: "13334835",
22535
+ blockNumber: "13439069",
22594
22536
  chainName: "Monad Testnet",
22595
22537
  active: true,
22596
- deployDate: "2025-04-21T20:48:40.573Z",
22597
- commit: "v3-24-g20f55870-dirty",
22598
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22599
- addTwoAddress: "0x4728b934D6ee821449d65b5aBBa9e41d274ef1B9"
22538
+ deployDate: "2025-04-22T12:14:42.391Z",
22539
+ commit: "v3-26-g623cec72-dirty",
22540
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22541
+ addTwoAddress: "0x4A49112FB866F6d5D05845D264b430cD3bbAb9f6"
22600
22542
  },
22601
22543
  {
22602
- name: "incoLightning_0_1_25__986372984",
22603
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22544
+ name: "incoLightning_0_1_26__18043964",
22545
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22604
22546
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22605
- pepper: "devnet",
22547
+ pepper: "testnet",
22606
22548
  version: {
22607
22549
  major: 0,
22608
22550
  minor: 1,
22609
- patch: 25,
22610
- shortSalt: "986372984"
22551
+ patch: 26,
22552
+ shortSalt: "18043964"
22611
22553
  },
22612
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22554
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22613
22555
  decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22614
22556
  eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22615
22557
  chainId: "84532",
22616
- blockNumber: "24750079",
22558
+ blockNumber: "24777885",
22617
22559
  chainName: "Base Sepolia",
22618
22560
  active: true,
22619
- deployDate: "2025-04-21T20:47:33.893Z",
22620
- commit: "v3-24-g20f55870-dirty",
22621
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22622
- addTwoAddress: "0x934338c79f7c5aC024D82a7FeDCeab3655B1f462"
22561
+ deployDate: "2025-04-22T12:14:25.354Z",
22562
+ commit: "v3-26-g623cec72-dirty",
22563
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22564
+ addTwoAddress: "0x2b5E34844997681168049783D30CD84B5962cb50"
22623
22565
  },
22624
22566
  {
22625
- name: "incoLightning_0_1_24__266705097",
22626
- executorAddress: "0x533Ee5a3cC09DD08Ac1a53F24642fECb88EaFBca",
22567
+ name: "incoLightning_0_1_26__444235330",
22568
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22627
22569
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22628
22570
  pepper: "devnet",
22629
22571
  version: {
22630
22572
  major: 0,
22631
22573
  minor: 1,
22632
- patch: 24,
22633
- shortSalt: "266705097"
22634
- },
22635
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9",
22636
- decryptSigner: "0x5437Fc296B2aC57dD321196A58F4A8Db8bF2a335",
22637
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22638
- chainId: "31337",
22639
- blockNumber: "5",
22640
- chainName: "Foundry",
22641
- active: true,
22642
- deployDate: "2025-04-21T20:43:27.984Z",
22643
- commit: "v3-24-g20f55870-dirty",
22644
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22645
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22646
- },
22647
- {
22648
- name: "incoLightning_0_1_24__266705097",
22649
- executorAddress: "0x533Ee5a3cC09DD08Ac1a53F24642fECb88EaFBca",
22650
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22651
- pepper: "devnet",
22652
- version: {
22653
- major: 0,
22654
- minor: 1,
22655
- patch: 24,
22656
- shortSalt: "266705097"
22657
- },
22658
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9",
22659
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22660
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22661
- chainId: "7311099111",
22662
- blockNumber: "1",
22663
- chainName: "Inco Release Chain",
22664
- active: true,
22665
- deployDate: "2025-04-21T20:43:21.788Z",
22666
- commit: "v3-24-g20f55870-dirty",
22667
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22668
- addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22669
- },
22670
- {
22671
- name: "incoLightning_0_1_23__830342853",
22672
- executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C",
22673
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22674
- pepper: "",
22675
- version: {
22676
- major: 0,
22677
- minor: 1,
22678
- patch: 23,
22679
- shortSalt: "830342853"
22574
+ patch: 26,
22575
+ shortSalt: "444235330"
22680
22576
  },
22681
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ae982ce1d0aa3cd80660c5",
22682
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22683
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22684
- chainId: "31337",
22685
- blockNumber: "0",
22686
- chainName: "Foundry",
22687
- active: true,
22688
- deployDate: "2025-04-21T15:51:33.222Z",
22689
- commit: "v3-23-g2694ffde-dirty",
22690
- sessionVerifierAddress: "0xe9d19e6680F15498B5963E7808048D644db2575b",
22691
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22692
- },
22693
- {
22694
- name: "incoLightning_0_1_23__830342853",
22695
- executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C",
22696
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22697
- pepper: "",
22698
- version: {
22699
- major: 0,
22700
- minor: 1,
22701
- patch: 23,
22702
- shortSalt: "830342853"
22703
- },
22704
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ae982ce1d0aa3cd80660c5",
22577
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22705
22578
  decryptSigner: "0x000000000000000000000000000000000000baBe",
22706
22579
  eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22707
22580
  chainId: "7311099111",
22708
22581
  blockNumber: "1",
22709
22582
  chainName: "Inco Release Chain",
22710
22583
  active: true,
22711
- deployDate: "2025-04-21T15:51:26.472Z",
22712
- commit: "v3-23-g2694ffde-dirty",
22713
- sessionVerifierAddress: "0xe9d19e6680F15498B5963E7808048D644db2575b",
22584
+ deployDate: "2025-04-22T09:11:15.398Z",
22585
+ commit: "v3-24-gc9716e6c-dirty",
22586
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22714
22587
  addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22715
22588
  },
22716
22589
  {
22717
- name: "incoLightning_0_1_23__547622051",
22718
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22590
+ name: "incoLightning_0_1_26__444235330",
22591
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22719
22592
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22720
22593
  pepper: "devnet",
22721
22594
  version: {
22722
22595
  major: 0,
22723
22596
  minor: 1,
22724
- patch: 23,
22725
- shortSalt: "547622051"
22597
+ patch: 26,
22598
+ shortSalt: "444235330"
22726
22599
  },
22727
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22728
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22729
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22730
- chainId: "7311099111",
22731
- blockNumber: "1",
22732
- chainName: "Inco Release Chain",
22600
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22601
+ decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22602
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22603
+ chainId: "10143",
22604
+ blockNumber: "13418528",
22605
+ chainName: "Monad Testnet",
22733
22606
  active: true,
22734
- deployDate: "2025-04-21T20:42:37.381Z",
22735
- commit: "v3-24-g20f55870-dirty",
22736
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22737
- addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22607
+ deployDate: "2025-04-22T09:11:06.223Z",
22608
+ commit: "v3-24-gc9716e6c-dirty",
22609
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22610
+ addTwoAddress: "0xfeE9C1E41b2268a4ad8EaDA35f510b8d89Cd041c"
22738
22611
  },
22739
22612
  {
22740
- name: "incoLightning_0_1_23__547622051",
22741
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22613
+ name: "incoLightning_0_1_26__444235330",
22614
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22742
22615
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22743
22616
  pepper: "devnet",
22744
22617
  version: {
22745
22618
  major: 0,
22746
22619
  minor: 1,
22747
- patch: 23,
22748
- shortSalt: "547622051"
22620
+ patch: 26,
22621
+ shortSalt: "444235330"
22749
22622
  },
22750
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22751
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22752
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22623
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22624
+ decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22625
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22753
22626
  chainId: "84532",
22754
- blockNumber: "24746162",
22627
+ blockNumber: "24772369",
22755
22628
  chainName: "Base Sepolia",
22756
22629
  active: true,
22757
- deployDate: "2025-04-21T18:36:58.672Z",
22758
- commit: "v3-24-g87309821-dirty",
22759
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22760
- addTwoAddress: "0x5Bf736A106E32198566BE75D1f80e9a2E28698b1"
22761
- },
22762
- {
22763
- name: "incoLightning_0_1_23__547622051",
22764
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22765
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22766
- pepper: "devnet",
22767
- version: {
22768
- major: 0,
22769
- minor: 1,
22770
- patch: 23,
22771
- shortSalt: "547622051"
22772
- },
22773
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22774
- decryptSigner: "0xbff4525eeb0C96f67f2AeB8a1eF3cF53f7996742",
22775
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22776
- chainId: "31337",
22777
- blockNumber: "5",
22778
- chainName: "Foundry",
22779
- active: true,
22780
- deployDate: "2025-04-21T18:36:33.385Z",
22781
- commit: "v3-24-g87309821-dirty",
22782
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22783
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22630
+ deployDate: "2025-04-22T09:10:33.275Z",
22631
+ commit: "v3-24-gc9716e6c-dirty",
22632
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22633
+ addTwoAddress: "0xeEa387f7c866A81c2AF532D9ed48c60F179C9827"
22784
22634
  }
22785
22635
  ];
22786
22636
 
22787
22637
  // src/lite/deployments.ts
22788
- function getActiveIncoLiteDeployment(chain) {
22638
+ function getActiveLightningDeployment(chain) {
22789
22639
  const supportedChain = getSupportedChain(chain);
22790
22640
  const deployments = lightningDeployments.filter((d) => d.chainId === String(supportedChain.id));
22791
22641
  if (!deployments?.length) {
@@ -22793,7 +22643,7 @@ function getActiveIncoLiteDeployment(chain) {
22793
22643
  }
22794
22644
  return deployments[0];
22795
22645
  }
22796
- function getIncoLiteDeployments(chainId) {
22646
+ function getLightningDeployments(chainId) {
22797
22647
  const supportedChain = getSupportedChain(chainId);
22798
22648
  const deployments = lightningDeployments.filter((d) => d.chainId === String(supportedChain.id));
22799
22649
  return deployments ?? [];
@@ -22847,7 +22697,7 @@ function createEIP712Payload({
22847
22697
  }
22848
22698
  }
22849
22699
  if (!domainVersion) {
22850
- const incoLite = getActiveIncoLiteDeployment(chainId);
22700
+ const incoLite = getActiveLightningDeployment(chainId);
22851
22701
  domainVersion = `${incoLite.version.major}_${incoLite.version.minor}_${incoLite.version.patch}`;
22852
22702
  }
22853
22703
  const msgParams = {