@inco/js 0.1.11 → 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.
- package/dist/chain.d.ts +0 -1
- package/dist/fhevm/index.cjs +3 -2692
- package/dist/fhevm/index.mjs +3 -2692
- package/dist/generated/abis/addTwo.d.ts +75 -0
- package/dist/generated/abis/index.cjs +12482 -0
- package/dist/generated/abis/index.d.ts +2 -0
- package/dist/generated/abis/index.mjs +12478 -0
- package/dist/generated/abis/lightning.d.ts +5204 -12510
- package/dist/generated/lightning.d.ts +65 -175
- package/dist/index.cjs +13784 -49093
- package/dist/index.d.ts +3 -4
- package/dist/index.mjs +21597 -74705
- package/dist/lite/deployments.d.ts +2 -2
- package/dist/lite/index.cjs +6954 -14623
- package/dist/lite/index.mjs +12712 -20443
- package/dist/reencryption/index.cjs +108 -2195
- package/dist/reencryption/index.mjs +108 -2195
- package/dist/viem.d.ts +52 -53
- package/package.json +37 -32
- package/dist/generated/abis/inco-lite.d.ts +0 -21794
- package/dist/generated/inco-lite-environments.d.ts +0 -260
- package/dist/generated/inco-lite.d.ts +0 -61
- package/dist/lite/advancedacl/index.d.ts +0 -2
- package/dist/lite/advancedacl/session-key.d.ts +0 -28
- package/dist/lite/advancedacl/types.d.ts +0 -15
- package/dist/lite/inco-lite-environment.d.ts +0 -23
- package/dist/reencryption/reencrypt.d.ts +0 -20
@@ -1,243 +1,133 @@
|
|
1
1
|
export declare const lightningDeployments: readonly [{
|
2
|
-
readonly name: "
|
3
|
-
readonly executorAddress: "
|
2
|
+
readonly name: "incoLightning_0_1_26__18043964";
|
3
|
+
readonly executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e";
|
4
4
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
5
|
-
readonly pepper: "
|
5
|
+
readonly pepper: "testnet";
|
6
6
|
readonly version: {
|
7
7
|
readonly major: 0;
|
8
8
|
readonly minor: 1;
|
9
|
-
readonly patch:
|
10
|
-
readonly shortSalt: "
|
9
|
+
readonly patch: 26;
|
10
|
+
readonly shortSalt: "18043964";
|
11
11
|
};
|
12
|
-
readonly salt: "
|
13
|
-
readonly decryptSigner: "0x2581773F31B13CeEd15413975089768EEA74dCE2";
|
14
|
-
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
15
|
-
readonly chainId: "31337";
|
16
|
-
readonly blockNumber: "5";
|
17
|
-
readonly chainName: "Foundry";
|
18
|
-
readonly active: true;
|
19
|
-
readonly deployDate: "2025-04-21T20:48:53.167Z";
|
20
|
-
readonly commit: "v3-24-g20f55870-dirty";
|
21
|
-
readonly sessionVerifierAddress: "0x359D300756aBf9dF80A4865399D5B3Ed29c7AE8B";
|
22
|
-
readonly addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10";
|
23
|
-
}, {
|
24
|
-
readonly name: "incoLightning_0_1_25__986372984";
|
25
|
-
readonly executorAddress: "0xc3c81F7Bf86Af7ed3a5f5Bb1924A063a1c126cDd";
|
26
|
-
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
27
|
-
readonly pepper: "devnet";
|
28
|
-
readonly version: {
|
29
|
-
readonly major: 0;
|
30
|
-
readonly minor: 1;
|
31
|
-
readonly patch: 25;
|
32
|
-
readonly shortSalt: "986372984";
|
33
|
-
};
|
34
|
-
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0049a1295d7ede1f6ae76978";
|
12
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c";
|
35
13
|
readonly decryptSigner: "0x000000000000000000000000000000000000baBe";
|
36
14
|
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
37
15
|
readonly chainId: "7311099111";
|
38
16
|
readonly blockNumber: "1";
|
39
17
|
readonly chainName: "Inco Release Chain";
|
40
18
|
readonly active: true;
|
41
|
-
readonly deployDate: "2025-04-
|
42
|
-
readonly commit: "v3-
|
43
|
-
readonly sessionVerifierAddress: "
|
19
|
+
readonly deployDate: "2025-04-22T12:14:50.447Z";
|
20
|
+
readonly commit: "v3-26-g623cec72-dirty";
|
21
|
+
readonly sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674";
|
44
22
|
readonly addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3";
|
45
23
|
}, {
|
46
|
-
readonly name: "
|
47
|
-
readonly executorAddress: "
|
24
|
+
readonly name: "incoLightning_0_1_26__18043964";
|
25
|
+
readonly executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e";
|
48
26
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
49
|
-
readonly pepper: "
|
27
|
+
readonly pepper: "testnet";
|
50
28
|
readonly version: {
|
51
29
|
readonly major: 0;
|
52
30
|
readonly minor: 1;
|
53
|
-
readonly patch:
|
54
|
-
readonly shortSalt: "
|
31
|
+
readonly patch: 26;
|
32
|
+
readonly shortSalt: "18043964";
|
55
33
|
};
|
56
|
-
readonly salt: "
|
34
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c";
|
57
35
|
readonly decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0";
|
58
36
|
readonly eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235";
|
59
37
|
readonly chainId: "10143";
|
60
|
-
readonly blockNumber: "
|
38
|
+
readonly blockNumber: "13439069";
|
61
39
|
readonly chainName: "Monad Testnet";
|
62
40
|
readonly active: true;
|
63
|
-
readonly deployDate: "2025-04-
|
64
|
-
readonly commit: "v3-
|
65
|
-
readonly sessionVerifierAddress: "
|
66
|
-
readonly addTwoAddress: "
|
41
|
+
readonly deployDate: "2025-04-22T12:14:42.391Z";
|
42
|
+
readonly commit: "v3-26-g623cec72-dirty";
|
43
|
+
readonly sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674";
|
44
|
+
readonly addTwoAddress: "0x4A49112FB866F6d5D05845D264b430cD3bbAb9f6";
|
67
45
|
}, {
|
68
|
-
readonly name: "
|
69
|
-
readonly executorAddress: "
|
46
|
+
readonly name: "incoLightning_0_1_26__18043964";
|
47
|
+
readonly executorAddress: "0x69Ef6a59f9eE2d6f3b49eA3F79bcF1553512DF0e";
|
70
48
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
71
|
-
readonly pepper: "
|
49
|
+
readonly pepper: "testnet";
|
72
50
|
readonly version: {
|
73
51
|
readonly major: 0;
|
74
52
|
readonly minor: 1;
|
75
|
-
readonly patch:
|
76
|
-
readonly shortSalt: "
|
53
|
+
readonly patch: 26;
|
54
|
+
readonly shortSalt: "18043964";
|
77
55
|
};
|
78
|
-
readonly salt: "
|
56
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00858064cb0f58c7ef7a843c";
|
79
57
|
readonly decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0";
|
80
58
|
readonly eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235";
|
81
59
|
readonly chainId: "84532";
|
82
|
-
readonly blockNumber: "
|
60
|
+
readonly blockNumber: "24777885";
|
83
61
|
readonly chainName: "Base Sepolia";
|
84
62
|
readonly active: true;
|
85
|
-
readonly deployDate: "2025-04-
|
86
|
-
readonly commit: "v3-
|
87
|
-
readonly sessionVerifierAddress: "
|
88
|
-
readonly addTwoAddress: "
|
63
|
+
readonly deployDate: "2025-04-22T12:14:25.354Z";
|
64
|
+
readonly commit: "v3-26-g623cec72-dirty";
|
65
|
+
readonly sessionVerifierAddress: "0x0F508B0Fb940595046AB0eceB7A4C8b3e20Cb674";
|
66
|
+
readonly addTwoAddress: "0x2b5E34844997681168049783D30CD84B5962cb50";
|
89
67
|
}, {
|
90
|
-
readonly name: "
|
91
|
-
readonly executorAddress: "
|
68
|
+
readonly name: "incoLightning_0_1_26__444235330";
|
69
|
+
readonly executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC";
|
92
70
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
93
71
|
readonly pepper: "devnet";
|
94
72
|
readonly version: {
|
95
73
|
readonly major: 0;
|
96
74
|
readonly minor: 1;
|
97
|
-
readonly patch:
|
98
|
-
readonly shortSalt: "
|
99
|
-
};
|
100
|
-
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9";
|
101
|
-
readonly decryptSigner: "0x5437Fc296B2aC57dD321196A58F4A8Db8bF2a335";
|
102
|
-
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
103
|
-
readonly chainId: "31337";
|
104
|
-
readonly blockNumber: "5";
|
105
|
-
readonly chainName: "Foundry";
|
106
|
-
readonly active: true;
|
107
|
-
readonly deployDate: "2025-04-21T20:43:27.984Z";
|
108
|
-
readonly commit: "v3-24-g20f55870-dirty";
|
109
|
-
readonly sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c";
|
110
|
-
readonly addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10";
|
111
|
-
}, {
|
112
|
-
readonly name: "incoLightning_0_1_24__266705097";
|
113
|
-
readonly executorAddress: "0x533Ee5a3cC09DD08Ac1a53F24642fECb88EaFBca";
|
114
|
-
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
115
|
-
readonly pepper: "devnet";
|
116
|
-
readonly version: {
|
117
|
-
readonly major: 0;
|
118
|
-
readonly minor: 1;
|
119
|
-
readonly patch: 24;
|
120
|
-
readonly shortSalt: "266705097";
|
121
|
-
};
|
122
|
-
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d3722970b402050333d4c9";
|
123
|
-
readonly decryptSigner: "0x000000000000000000000000000000000000baBe";
|
124
|
-
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
125
|
-
readonly chainId: "7311099111";
|
126
|
-
readonly blockNumber: "1";
|
127
|
-
readonly chainName: "Inco Release Chain";
|
128
|
-
readonly active: true;
|
129
|
-
readonly deployDate: "2025-04-21T20:43:21.788Z";
|
130
|
-
readonly commit: "v3-24-g20f55870-dirty";
|
131
|
-
readonly sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c";
|
132
|
-
readonly addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3";
|
133
|
-
}, {
|
134
|
-
readonly name: "incoLightning_0_1_23__830342853";
|
135
|
-
readonly executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C";
|
136
|
-
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
137
|
-
readonly pepper: "";
|
138
|
-
readonly version: {
|
139
|
-
readonly major: 0;
|
140
|
-
readonly minor: 1;
|
141
|
-
readonly patch: 23;
|
142
|
-
readonly shortSalt: "830342853";
|
75
|
+
readonly patch: 26;
|
76
|
+
readonly shortSalt: "444235330";
|
143
77
|
};
|
144
|
-
readonly salt: "
|
145
|
-
readonly decryptSigner: "0x000000000000000000000000000000000000baBe";
|
146
|
-
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
147
|
-
readonly chainId: "31337";
|
148
|
-
readonly blockNumber: "0";
|
149
|
-
readonly chainName: "Foundry";
|
150
|
-
readonly active: true;
|
151
|
-
readonly deployDate: "2025-04-21T15:51:33.222Z";
|
152
|
-
readonly commit: "v3-23-g2694ffde-dirty";
|
153
|
-
readonly sessionVerifierAddress: "0xe9d19e6680F15498B5963E7808048D644db2575b";
|
154
|
-
readonly addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10";
|
155
|
-
}, {
|
156
|
-
readonly name: "incoLightning_0_1_23__830342853";
|
157
|
-
readonly executorAddress: "0xF167b01eeE3eB16809D115a3476073121ACbA67C";
|
158
|
-
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
159
|
-
readonly pepper: "";
|
160
|
-
readonly version: {
|
161
|
-
readonly major: 0;
|
162
|
-
readonly minor: 1;
|
163
|
-
readonly patch: 23;
|
164
|
-
readonly shortSalt: "830342853";
|
165
|
-
};
|
166
|
-
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ae982ce1d0aa3cd80660c5";
|
78
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042";
|
167
79
|
readonly decryptSigner: "0x000000000000000000000000000000000000baBe";
|
168
80
|
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
169
81
|
readonly chainId: "7311099111";
|
170
82
|
readonly blockNumber: "1";
|
171
83
|
readonly chainName: "Inco Release Chain";
|
172
84
|
readonly active: true;
|
173
|
-
readonly deployDate: "2025-04-
|
174
|
-
readonly commit: "v3-
|
175
|
-
readonly sessionVerifierAddress: "
|
85
|
+
readonly deployDate: "2025-04-22T09:11:15.398Z";
|
86
|
+
readonly commit: "v3-24-gc9716e6c-dirty";
|
87
|
+
readonly sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F";
|
176
88
|
readonly addTwoAddress: "0x70fC34B18B12E945cb2204FA77E5f8e1581890C3";
|
177
89
|
}, {
|
178
|
-
readonly name: "
|
179
|
-
readonly executorAddress: "
|
90
|
+
readonly name: "incoLightning_0_1_26__444235330";
|
91
|
+
readonly executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC";
|
180
92
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
181
93
|
readonly pepper: "devnet";
|
182
94
|
readonly version: {
|
183
95
|
readonly major: 0;
|
184
96
|
readonly minor: 1;
|
185
|
-
readonly patch:
|
186
|
-
readonly shortSalt: "
|
97
|
+
readonly patch: 26;
|
98
|
+
readonly shortSalt: "444235330";
|
187
99
|
};
|
188
|
-
readonly salt: "
|
189
|
-
readonly decryptSigner: "
|
190
|
-
readonly eciesPublicKey: "
|
191
|
-
readonly chainId: "
|
192
|
-
readonly blockNumber: "
|
193
|
-
readonly chainName: "
|
100
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042";
|
101
|
+
readonly decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0";
|
102
|
+
readonly eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235";
|
103
|
+
readonly chainId: "10143";
|
104
|
+
readonly blockNumber: "13418528";
|
105
|
+
readonly chainName: "Monad Testnet";
|
194
106
|
readonly active: true;
|
195
|
-
readonly deployDate: "2025-04-
|
196
|
-
readonly commit: "v3-24-
|
197
|
-
readonly sessionVerifierAddress: "
|
198
|
-
readonly addTwoAddress: "
|
107
|
+
readonly deployDate: "2025-04-22T09:11:06.223Z";
|
108
|
+
readonly commit: "v3-24-gc9716e6c-dirty";
|
109
|
+
readonly sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F";
|
110
|
+
readonly addTwoAddress: "0xfeE9C1E41b2268a4ad8EaDA35f510b8d89Cd041c";
|
199
111
|
}, {
|
200
|
-
readonly name: "
|
201
|
-
readonly executorAddress: "
|
112
|
+
readonly name: "incoLightning_0_1_26__444235330";
|
113
|
+
readonly executorAddress: "0xdc8eD938ff2eB900bD5f86A88555a9f1956994fC";
|
202
114
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
203
115
|
readonly pepper: "devnet";
|
204
116
|
readonly version: {
|
205
117
|
readonly major: 0;
|
206
118
|
readonly minor: 1;
|
207
|
-
readonly patch:
|
208
|
-
readonly shortSalt: "
|
119
|
+
readonly patch: 26;
|
120
|
+
readonly shortSalt: "444235330";
|
209
121
|
};
|
210
|
-
readonly salt: "
|
211
|
-
readonly decryptSigner: "
|
212
|
-
readonly eciesPublicKey: "
|
122
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc001bab4c5927c52fbea0d042";
|
123
|
+
readonly decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0";
|
124
|
+
readonly eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b84095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235";
|
213
125
|
readonly chainId: "84532";
|
214
|
-
readonly blockNumber: "
|
126
|
+
readonly blockNumber: "24772369";
|
215
127
|
readonly chainName: "Base Sepolia";
|
216
128
|
readonly active: true;
|
217
|
-
readonly deployDate: "2025-04-
|
218
|
-
readonly commit: "v3-24-
|
219
|
-
readonly sessionVerifierAddress: "
|
220
|
-
readonly addTwoAddress: "
|
221
|
-
}, {
|
222
|
-
readonly name: "incoLightning_0_1_23__547622051";
|
223
|
-
readonly executorAddress: "0x022c0878EE7D09D385b0B97e6A6539FF2CaF31e6";
|
224
|
-
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
225
|
-
readonly pepper: "devnet";
|
226
|
-
readonly version: {
|
227
|
-
readonly major: 0;
|
228
|
-
readonly minor: 1;
|
229
|
-
readonly patch: 23;
|
230
|
-
readonly shortSalt: "547622051";
|
231
|
-
};
|
232
|
-
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00a51354000c92f7911c34a3";
|
233
|
-
readonly decryptSigner: "0xbff4525eeb0C96f67f2AeB8a1eF3cF53f7996742";
|
234
|
-
readonly eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000babe";
|
235
|
-
readonly chainId: "31337";
|
236
|
-
readonly blockNumber: "5";
|
237
|
-
readonly chainName: "Foundry";
|
238
|
-
readonly active: true;
|
239
|
-
readonly deployDate: "2025-04-21T18:36:33.385Z";
|
240
|
-
readonly commit: "v3-24-g87309821-dirty";
|
241
|
-
readonly sessionVerifierAddress: "0xC81bfB1fF4FC6bE913d97928Fa776F80F637c54c";
|
242
|
-
readonly addTwoAddress: "0x723c2be5E61e7bBec4684DEfEaE63656ad3eaa10";
|
129
|
+
readonly deployDate: "2025-04-22T09:10:33.275Z";
|
130
|
+
readonly commit: "v3-24-gc9716e6c-dirty";
|
131
|
+
readonly sessionVerifierAddress: "0x3D4eB5f90E6d996c2b45b0BEb4110b5be98e243F";
|
132
|
+
readonly addTwoAddress: "0xeEa387f7c866A81c2AF532D9ed48c60F179C9827";
|
243
133
|
}];
|