@inco/js 1.0.0-devnet-4 → 1.0.0-devnet-6

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.
@@ -2835,6 +2835,18 @@ export declare const incoLightningAbi: readonly [{
2835
2835
  readonly type: "uint8";
2836
2836
  }];
2837
2837
  readonly name: "InvalidTypeValue";
2838
+ }, {
2839
+ readonly type: "error";
2840
+ readonly inputs: readonly [{
2841
+ readonly name: "end";
2842
+ readonly internalType: "uint16";
2843
+ readonly type: "uint16";
2844
+ }, {
2845
+ readonly name: "listType";
2846
+ readonly internalType: "enum ETypes";
2847
+ readonly type: "uint8";
2848
+ }];
2849
+ readonly name: "ListRangeExceedsType";
2838
2850
  }, {
2839
2851
  readonly type: "error";
2840
2852
  readonly inputs: readonly [{
@@ -1,4 +1,28 @@
1
1
  export declare const lightningDeployments: readonly [{
2
+ readonly name: "incoLightning_12_0_1__873394282";
3
+ readonly majorVersion: 12;
4
+ readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
5
+ readonly owner: "0x8E0860785c9B9c99B17DCd8c1da89548dA140299";
6
+ readonly pepper: "devnet";
7
+ readonly executorAddress: "0xB3C06f0Ed967a7E366ba31C67927DDf93d7c1154";
8
+ readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00f5bad44b2a772fe6ca626a";
9
+ readonly verifierAddress: "0x75dE330840A8ff79C8a71b0b9bA2cAd635D1Fd88";
10
+ readonly chainId: 84532;
11
+ readonly chainName: "Base Sepolia";
12
+ readonly version: {
13
+ readonly major: 12;
14
+ readonly minor: 0;
15
+ readonly patch: 1;
16
+ readonly shortSalt: "873394282";
17
+ };
18
+ readonly blockNumber: 41493080;
19
+ readonly deployDate: "2026-05-14T10:27:30.920Z";
20
+ readonly commit: "v1.0.0-devnet-4";
21
+ readonly active: true;
22
+ readonly includesPreviewFeatures: false;
23
+ readonly executorImpl: "0xb8f7a440Ba8D1d43eD0223C27Be0259Ed0bD7183";
24
+ readonly verifierImpl: "0x05d35BeA5a24fAd016FB08192c8769D1804DFA40";
25
+ }, {
2
26
  readonly name: "incoLightning_12_0_0__873394282";
3
27
  readonly majorVersion: 12;
4
28
  readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
@@ -19,9 +19,9 @@ export declare const localNodeLightningConfig: {
19
19
  readonly executorAddress: "0xB3C06f0Ed967a7E366ba31C67927DDf93d7c1154";
20
20
  readonly chainId: 31337;
21
21
  readonly covalidatorUrls: readonly ["http://localhost:50055"];
22
- readonly signers: readonly ["0xbc7C978D6D7807564F7b01E4b32b5805745852EF"];
22
+ readonly signers: readonly ["0x29C5a8C17d8c0A2B2036365EA6908291A35dDadF"];
23
23
  readonly hostChainRpcUrls: readonly ["http://localhost:8545"];
24
- readonly senderPrivateKey: "0x80740f82a174e7aa6b20f010dc935c33a53e5ad3c41b64fea5df5bfc870fe3a7";
24
+ readonly senderPrivateKey: "0xbea2b6c911de6a581e7e5fab9da94edbb00c5ddba7ab1645c100b012997c842e";
25
25
  };
26
26
  readonly alphanet: {
27
27
  readonly executorAddress: "0xc0d693DeEF0A91CE39208676b6da09B822abd199";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/js",
3
- "version": "1.0.0-devnet-4",
3
+ "version": "1.0.0-devnet-6",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,