@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]*)\]$/;
@@ -949,7 +947,7 @@ var array = (item) => make((self, that) => {
949
947
  });
950
948
 
951
949
  // ../node_modules/effect/dist/esm/internal/version.js
952
- var moduleVersion = "3.14.10";
950
+ var moduleVersion = "3.14.5";
953
951
  var getCurrentVersion = () => moduleVersion;
954
952
 
955
953
  // ../node_modules/effect/dist/esm/GlobalValue.js
@@ -1147,8 +1145,7 @@ var tracingFunction = (name) => {
1147
1145
  };
1148
1146
  };
1149
1147
  var internalCall = /* @__PURE__ */ tracingFunction("effect_internal_function");
1150
- var genConstructor = function* () {
1151
- }.constructor;
1148
+ var genConstructor = function* () {}.constructor;
1152
1149
 
1153
1150
  // ../node_modules/effect/dist/esm/Hash.js
1154
1151
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => new WeakMap);
@@ -1495,8 +1492,7 @@ var StructuralCommitPrototype = {
1495
1492
  ...StructuralPrototype
1496
1493
  };
1497
1494
  var Base = /* @__PURE__ */ function() {
1498
- function Base2() {
1499
- }
1495
+ function Base2() {}
1500
1496
  Base2.prototype = CommitPrototype;
1501
1497
  return Base2;
1502
1498
  }();
@@ -4999,8 +4995,7 @@ var Reference = () => (id, options) => {
4999
4995
  Error.stackTraceLimit = 2;
5000
4996
  const creationError = new Error;
5001
4997
  Error.stackTraceLimit = limit;
5002
- function ReferenceClass() {
5003
- }
4998
+ function ReferenceClass() {}
5004
4999
  Object.setPrototypeOf(ReferenceClass, ReferenceProto);
5005
5000
  ReferenceClass.key = id;
5006
5001
  ReferenceClass.defaultValue = options.defaultValue;
@@ -7940,8 +7935,7 @@ var prettyErrorMessage = (u) => {
7940
7935
  if (hasProperty(u, "toString") && isFunction2(u["toString"]) && u["toString"] !== Object.prototype.toString && u["toString"] !== globalThis.Array.prototype.toString) {
7941
7936
  return u["toString"]();
7942
7937
  }
7943
- } catch {
7944
- }
7938
+ } catch {}
7945
7939
  return stringifyCircular(u);
7946
7940
  };
7947
7941
  var locationRegex = /\((.*)\)/g;
@@ -8515,8 +8509,7 @@ var zip2 = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, (a) => map9(th
8515
8509
  var zipLeft = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, (a) => as(that, a)));
8516
8510
  var zipRight = /* @__PURE__ */ dual(2, (self, that) => flatMap6(self, () => that));
8517
8511
  var never = /* @__PURE__ */ asyncInterrupt(() => {
8518
- const interval = setInterval(() => {
8519
- }, 2 ** 31 - 1);
8512
+ const interval = setInterval(() => {}, 2 ** 31 - 1);
8520
8513
  return sync(() => clearInterval(interval));
8521
8514
  });
8522
8515
  var interruptFiber = (self) => flatMap6(fiberId, (fiberId2) => pipe(self, interruptAsFiber(fiberId2)));
@@ -11372,7 +11365,7 @@ var summary3 = (key) => {
11372
11365
  if (item != null) {
11373
11366
  const [t, v] = item;
11374
11367
  const age = millis(now - t);
11375
- if (greaterThanOrEqualTo3(age, zero2) && lessThanOrEqualTo3(age, maxAge)) {
11368
+ if (greaterThanOrEqualTo3(age, zero2) && age <= maxAge) {
11376
11369
  builder.push(v);
11377
11370
  }
11378
11371
  }
@@ -12336,16 +12329,11 @@ class Const {
12336
12329
  get value() {
12337
12330
  return this.effect;
12338
12331
  }
12339
- onStart(_context, _effect, _parent, _fiber) {
12340
- }
12341
- onEnd(_value, _fiber) {
12342
- }
12343
- onEffect(_fiber, _effect) {
12344
- }
12345
- onSuspend(_fiber) {
12346
- }
12347
- onResume(_fiber) {
12348
- }
12332
+ onStart(_context, _effect, _parent, _fiber) {}
12333
+ onEnd(_value, _fiber) {}
12334
+ onEffect(_fiber, _effect) {}
12335
+ onSuspend(_fiber) {}
12336
+ onResume(_fiber) {}
12349
12337
  map(f) {
12350
12338
  return new ProxySupervisor(this, pipe(this.value, map9(f)));
12351
12339
  }
@@ -12819,8 +12807,7 @@ class FiberRuntime extends Class {
12819
12807
  return whileLoop({
12820
12808
  while: () => !isDone3,
12821
12809
  body,
12822
- step: () => {
12823
- }
12810
+ step: () => {}
12824
12811
  });
12825
12812
  }
12826
12813
  return null;
@@ -22350,24 +22337,7 @@ class TrieIterator {
22350
22337
  }
22351
22338
  }
22352
22339
  var isTrie = (u) => hasProperty(u, TrieTypeId);
22353
- // src/binary.ts
22354
- var exports_binary = {};
22355
- __export(exports_binary, {
22356
- padLeft: () => padLeft,
22357
- normaliseToHex: () => normaliseToHex,
22358
- mustBeHex: () => mustBeHex,
22359
- bytesToHex: () => bytesToHex3,
22360
- bytesToBigInt: () => bytesToBigInt,
22361
- bytesFromHexString: () => bytesFromHexString,
22362
- bytes32ToBigint: () => bytes32ToBigint,
22363
- bufferToBigInt: () => bufferToBigInt,
22364
- bigintToBytes32: () => bigintToBytes32,
22365
- asBytes32: () => asBytes32,
22366
- HexString: () => HexString,
22367
- Bytes32: () => Bytes32
22368
- });
22369
-
22370
- // node_modules/viem/_esm/utils/abi/encodePacked.js
22340
+ // ../node_modules/viem/_esm/utils/abi/encodePacked.js
22371
22341
  init_abi();
22372
22342
  init_address();
22373
22343
  init_isAddress();
@@ -22436,15 +22406,10 @@ function encode6(type2, value6, isArray2 = false) {
22436
22406
  throw new UnsupportedPackedAbiType(type2);
22437
22407
  }
22438
22408
 
22439
- // node_modules/viem/_esm/index.js
22409
+ // ../node_modules/viem/_esm/index.js
22440
22410
  init_toBytes();
22441
22411
  init_toHex();
22442
22412
  // src/schema.ts
22443
- var exports_schema = {};
22444
- __export(exports_schema, {
22445
- parseJson: () => parseJson2,
22446
- parse: () => parse3
22447
- });
22448
22413
  function parse3(schema, obj, options) {
22449
22414
  return exports_Schema.decodeUnknownSync(schema)(obj, options);
22450
22415
  }
@@ -22523,262 +22488,147 @@ function getSupportedChain(chainish) {
22523
22488
  // src/generated/lightning.ts
22524
22489
  var lightningDeployments = [
22525
22490
  {
22526
- name: "incoLightning_0_1_25__986372984",
22527
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22528
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22529
- pepper: "devnet",
22530
- version: {
22531
- major: 0,
22532
- minor: 1,
22533
- patch: 25,
22534
- shortSalt: "986372984"
22535
- },
22536
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22537
- decryptSigner: "0x2581773F31B13CeEd15413975089768EEA74dCE2",
22538
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22539
- chainId: "31337",
22540
- blockNumber: "5",
22541
- chainName: "Foundry",
22542
- active: true,
22543
- deployDate: "2025-04-21T20:48:53.167Z",
22544
- commit: "v3-24-g20f55870-dirty",
22545
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22546
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22547
- },
22548
- {
22549
- name: "incoLightning_0_1_25__986372984",
22550
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22491
+ name: "incoLightning_0_1_26__18043964",
22492
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22551
22493
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22552
- pepper: "devnet",
22494
+ pepper: "testnet",
22553
22495
  version: {
22554
22496
  major: 0,
22555
22497
  minor: 1,
22556
- patch: 25,
22557
- shortSalt: "986372984"
22498
+ patch: 26,
22499
+ shortSalt: "18043964"
22558
22500
  },
22559
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22501
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22560
22502
  decryptSigner: "0x000000000000000000000000000000000000baBe",
22561
22503
  eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22562
22504
  chainId: "7311099111",
22563
22505
  blockNumber: "1",
22564
22506
  chainName: "Inco Release Chain",
22565
22507
  active: true,
22566
- deployDate: "2025-04-21T20:48:48.403Z",
22567
- commit: "v3-24-g20f55870-dirty",
22568
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22508
+ deployDate: "2025-04-22T12:14:50.447Z",
22509
+ commit: "v3-26-g623cec72-dirty",
22510
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22569
22511
  addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22570
22512
  },
22571
22513
  {
22572
- name: "incoLightning_0_1_25__986372984",
22573
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22514
+ name: "incoLightning_0_1_26__18043964",
22515
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22574
22516
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22575
- pepper: "devnet",
22517
+ pepper: "testnet",
22576
22518
  version: {
22577
22519
  major: 0,
22578
22520
  minor: 1,
22579
- patch: 25,
22580
- shortSalt: "986372984"
22521
+ patch: 26,
22522
+ shortSalt: "18043964"
22581
22523
  },
22582
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22524
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22583
22525
  decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22584
22526
  eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22585
22527
  chainId: "10143",
22586
- blockNumber: "13334835",
22528
+ blockNumber: "13439069",
22587
22529
  chainName: "Monad Testnet",
22588
22530
  active: true,
22589
- deployDate: "2025-04-21T20:48:40.573Z",
22590
- commit: "v3-24-g20f55870-dirty",
22591
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22592
- addTwoAddress: "0x4728b934D6ee821449d65b5aBBa9e41d274ef1B9"
22531
+ deployDate: "2025-04-22T12:14:42.391Z",
22532
+ commit: "v3-26-g623cec72-dirty",
22533
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22534
+ addTwoAddress: "0x4A49112FB866F6d5D05845D264b430cD3bbAb9f6"
22593
22535
  },
22594
22536
  {
22595
- name: "incoLightning_0_1_25__986372984",
22596
- executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd",
22537
+ name: "incoLightning_0_1_26__18043964",
22538
+ executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e",
22597
22539
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22598
- pepper: "devnet",
22540
+ pepper: "testnet",
22599
22541
  version: {
22600
22542
  major: 0,
22601
22543
  minor: 1,
22602
- patch: 25,
22603
- shortSalt: "986372984"
22544
+ patch: 26,
22545
+ shortSalt: "18043964"
22604
22546
  },
22605
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978",
22547
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c",
22606
22548
  decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22607
22549
  eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22608
22550
  chainId: "84532",
22609
- blockNumber: "24750079",
22551
+ blockNumber: "24777885",
22610
22552
  chainName: "Base Sepolia",
22611
22553
  active: true,
22612
- deployDate: "2025-04-21T20:47:33.893Z",
22613
- commit: "v3-24-g20f55870-dirty",
22614
- sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B",
22615
- addTwoAddress: "0x934338c79f7c5aC024D82a7FeDCeab3655B1f462"
22554
+ deployDate: "2025-04-22T12:14:25.354Z",
22555
+ commit: "v3-26-g623cec72-dirty",
22556
+ sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674",
22557
+ addTwoAddress: "0x2b5E34844997681168049783D30CD84B5962cb50"
22616
22558
  },
22617
22559
  {
22618
- name: "incoLightning_0_1_24__266705097",
22619
- executorAddress: "0x533Ee5a3cC09DD08Ac1a53F24642fECb88EaFBca",
22560
+ name: "incoLightning_0_1_26__444235330",
22561
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22620
22562
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22621
22563
  pepper: "devnet",
22622
22564
  version: {
22623
22565
  major: 0,
22624
22566
  minor: 1,
22625
- patch: 24,
22626
- shortSalt: "266705097"
22627
- },
22628
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9",
22629
- decryptSigner: "0x5437Fc296B2aC57dD321196A58F4A8Db8bF2a335",
22630
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22631
- chainId: "31337",
22632
- blockNumber: "5",
22633
- chainName: "Foundry",
22634
- active: true,
22635
- deployDate: "2025-04-21T20:43:27.984Z",
22636
- commit: "v3-24-g20f55870-dirty",
22637
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22638
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22639
- },
22640
- {
22641
- name: "incoLightning_0_1_24__266705097",
22642
- executorAddress: "0x533Ee5a3cC09DD08Ac1a53F24642fECb88EaFBca",
22643
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22644
- pepper: "devnet",
22645
- version: {
22646
- major: 0,
22647
- minor: 1,
22648
- patch: 24,
22649
- shortSalt: "266705097"
22650
- },
22651
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9",
22652
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22653
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22654
- chainId: "7311099111",
22655
- blockNumber: "1",
22656
- chainName: "Inco Release Chain",
22657
- active: true,
22658
- deployDate: "2025-04-21T20:43:21.788Z",
22659
- commit: "v3-24-g20f55870-dirty",
22660
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22661
- addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22662
- },
22663
- {
22664
- name: "incoLightning_0_1_23__830342853",
22665
- executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C",
22666
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22667
- pepper: "",
22668
- version: {
22669
- major: 0,
22670
- minor: 1,
22671
- patch: 23,
22672
- shortSalt: "830342853"
22567
+ patch: 26,
22568
+ shortSalt: "444235330"
22673
22569
  },
22674
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ae982ce1d0aa3cd80660c5",
22675
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22676
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22677
- chainId: "31337",
22678
- blockNumber: "0",
22679
- chainName: "Foundry",
22680
- active: true,
22681
- deployDate: "2025-04-21T15:51:33.222Z",
22682
- commit: "v3-23-g2694ffde-dirty",
22683
- sessionVerifierAddress: "0xe9d19e6680F15498B5963E7808048D644db2575b",
22684
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22685
- },
22686
- {
22687
- name: "incoLightning_0_1_23__830342853",
22688
- executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C",
22689
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22690
- pepper: "",
22691
- version: {
22692
- major: 0,
22693
- minor: 1,
22694
- patch: 23,
22695
- shortSalt: "830342853"
22696
- },
22697
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ae982ce1d0aa3cd80660c5",
22570
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22698
22571
  decryptSigner: "0x000000000000000000000000000000000000baBe",
22699
22572
  eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22700
22573
  chainId: "7311099111",
22701
22574
  blockNumber: "1",
22702
22575
  chainName: "Inco Release Chain",
22703
22576
  active: true,
22704
- deployDate: "2025-04-21T15:51:26.472Z",
22705
- commit: "v3-23-g2694ffde-dirty",
22706
- sessionVerifierAddress: "0xe9d19e6680F15498B5963E7808048D644db2575b",
22577
+ deployDate: "2025-04-22T09:11:15.398Z",
22578
+ commit: "v3-24-gc9716e6c-dirty",
22579
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22707
22580
  addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22708
22581
  },
22709
22582
  {
22710
- name: "incoLightning_0_1_23__547622051",
22711
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22583
+ name: "incoLightning_0_1_26__444235330",
22584
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22712
22585
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22713
22586
  pepper: "devnet",
22714
22587
  version: {
22715
22588
  major: 0,
22716
22589
  minor: 1,
22717
- patch: 23,
22718
- shortSalt: "547622051"
22590
+ patch: 26,
22591
+ shortSalt: "444235330"
22719
22592
  },
22720
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22721
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22722
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22723
- chainId: "7311099111",
22724
- blockNumber: "1",
22725
- chainName: "Inco Release Chain",
22593
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22594
+ decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22595
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22596
+ chainId: "10143",
22597
+ blockNumber: "13418528",
22598
+ chainName: "Monad Testnet",
22726
22599
  active: true,
22727
- deployDate: "2025-04-21T20:42:37.381Z",
22728
- commit: "v3-24-g20f55870-dirty",
22729
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22730
- addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3"
22600
+ deployDate: "2025-04-22T09:11:06.223Z",
22601
+ commit: "v3-24-gc9716e6c-dirty",
22602
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22603
+ addTwoAddress: "0xfeE9C1E41b2268a4ad8EaDA35f510b8d89Cd041c"
22731
22604
  },
22732
22605
  {
22733
- name: "incoLightning_0_1_23__547622051",
22734
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22606
+ name: "incoLightning_0_1_26__444235330",
22607
+ executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC",
22735
22608
  deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22736
22609
  pepper: "devnet",
22737
22610
  version: {
22738
22611
  major: 0,
22739
22612
  minor: 1,
22740
- patch: 23,
22741
- shortSalt: "547622051"
22613
+ patch: 26,
22614
+ shortSalt: "444235330"
22742
22615
  },
22743
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22744
- decryptSigner: "0x000000000000000000000000000000000000baBe",
22745
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22616
+ salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042",
22617
+ decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0",
22618
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235",
22746
22619
  chainId: "84532",
22747
- blockNumber: "24746162",
22620
+ blockNumber: "24772369",
22748
22621
  chainName: "Base Sepolia",
22749
22622
  active: true,
22750
- deployDate: "2025-04-21T18:36:58.672Z",
22751
- commit: "v3-24-g87309821-dirty",
22752
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22753
- addTwoAddress: "0x5Bf736A106E32198566BE75D1f80e9a2E28698b1"
22754
- },
22755
- {
22756
- name: "incoLightning_0_1_23__547622051",
22757
- executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6",
22758
- deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC",
22759
- pepper: "devnet",
22760
- version: {
22761
- major: 0,
22762
- minor: 1,
22763
- patch: 23,
22764
- shortSalt: "547622051"
22765
- },
22766
- salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3",
22767
- decryptSigner: "0xbff4525eeb0C96f67f2AeB8a1eF3cF53f7996742",
22768
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe",
22769
- chainId: "31337",
22770
- blockNumber: "5",
22771
- chainName: "Foundry",
22772
- active: true,
22773
- deployDate: "2025-04-21T18:36:33.385Z",
22774
- commit: "v3-24-g87309821-dirty",
22775
- sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c",
22776
- addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10"
22623
+ deployDate: "2025-04-22T09:10:33.275Z",
22624
+ commit: "v3-24-gc9716e6c-dirty",
22625
+ sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F",
22626
+ addTwoAddress: "0xeEa387f7c866A81c2AF532D9ed48c60F179C9827"
22777
22627
  }
22778
22628
  ];
22779
22629
 
22780
22630
  // src/lite/deployments.ts
22781
- function getActiveIncoLiteDeployment(chain) {
22631
+ function getActiveLightningDeployment(chain) {
22782
22632
  const supportedChain = getSupportedChain(chain);
22783
22633
  const deployments = lightningDeployments.filter((d) => d.chainId === String(supportedChain.id));
22784
22634
  if (!deployments?.length) {
@@ -22786,7 +22636,7 @@ function getActiveIncoLiteDeployment(chain) {
22786
22636
  }
22787
22637
  return deployments[0];
22788
22638
  }
22789
- function getIncoLiteDeployments(chainId) {
22639
+ function getLightningDeployments(chainId) {
22790
22640
  const supportedChain = getSupportedChain(chainId);
22791
22641
  const deployments = lightningDeployments.filter((d) => d.chainId === String(supportedChain.id));
22792
22642
  return deployments ?? [];
@@ -22840,7 +22690,7 @@ function createEIP712Payload({
22840
22690
  }
22841
22691
  }
22842
22692
  if (!domainVersion) {
22843
- const incoLite = getActiveIncoLiteDeployment(chainId);
22693
+ const incoLite = getActiveLightningDeployment(chainId);
22844
22694
  domainVersion = `${incoLite.version.major}_${incoLite.version.minor}_${incoLite.version.patch}`;
22845
22695
  }
22846
22696
  const msgParams = {