@inco/js 0.8.0-devnet-28 → 0.8.0-devnet-30
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/cjs/advancedacl/session-key.d.ts +4 -4
- package/dist/cjs/advancedacl/session-key.js +4 -3
- package/dist/cjs/attestedcompute/attested-compute.d.ts +0 -1
- package/dist/cjs/attestedcompute/attested-compute.js +7 -8
- package/dist/cjs/attesteddecrypt/attested-decrypt.d.ts +3 -4
- package/dist/cjs/attesteddecrypt/attested-decrypt.js +8 -60
- package/dist/cjs/attestedreveal/attested-reveal.d.ts +3 -4
- package/dist/cjs/attestedreveal/attested-reveal.js +2 -9
- package/dist/cjs/chain.d.ts +6 -0
- package/dist/cjs/chain.js +15 -2
- package/dist/cjs/eip712/eip712.d.ts +18 -0
- package/dist/cjs/eip712/eip712.js +51 -0
- package/dist/cjs/eip712/index.d.ts +1 -0
- package/dist/cjs/eip712/index.js +8 -0
- package/dist/cjs/elistattesteddecrypt/elist-attested-decrypt.d.ts +49 -0
- package/dist/cjs/elistattesteddecrypt/elist-attested-decrypt.js +94 -0
- package/dist/cjs/elistattesteddecrypt/index.d.ts +2 -0
- package/dist/cjs/elistattesteddecrypt/index.js +22 -0
- package/dist/cjs/elistattesteddecrypt/types.d.ts +31 -0
- package/dist/cjs/elistattesteddecrypt/types.js +16 -0
- package/dist/cjs/generated/abis/lightning.d.ts +0 -39
- package/dist/cjs/generated/abis/lightning.js +1 -39
- package/dist/cjs/generated/abis/test-elist.d.ts +6 -0
- package/dist/cjs/generated/abis/test-elist.js +8 -1
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +18 -36
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.js +35 -40
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +16 -0
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +2 -2
- package/dist/cjs/generated/lightning.d.ts +29 -0
- package/dist/cjs/generated/lightning.js +30 -1
- package/dist/cjs/generated/local-node.d.ts +5 -5
- package/dist/cjs/generated/local-node.js +16 -6
- package/dist/cjs/handle.d.ts +8 -0
- package/dist/cjs/handle.js +20 -2
- package/dist/cjs/kms/quorumClient.d.ts +17 -4
- package/dist/cjs/kms/quorumClient.js +150 -1
- package/dist/cjs/kms/quorumConsistency.d.ts +25 -1
- package/dist/cjs/kms/quorumConsistency.js +70 -1
- package/dist/cjs/kms/signatureVerification.d.ts +2 -2
- package/dist/cjs/kms/signatureVerification.js +1 -1
- package/dist/cjs/lite/attested-compute.d.ts +2 -2
- package/dist/cjs/lite/attested-compute.js +2 -3
- package/dist/cjs/lite/attested-decrypt.d.ts +2 -2
- package/dist/cjs/lite/attested-decrypt.js +2 -3
- package/dist/cjs/lite/lightning.d.ts +40 -19
- package/dist/cjs/lite/lightning.js +103 -29
- package/dist/cjs/test/mocks.d.ts +5 -1
- package/dist/cjs/test/mocks.js +29 -5
- package/dist/cjs/viem.d.ts +2 -1
- package/dist/cjs/viem.js +1 -1
- package/dist/esm/advancedacl/session-key.d.ts +4 -4
- package/dist/esm/advancedacl/session-key.js +6 -5
- package/dist/esm/attestedcompute/attested-compute.d.ts +0 -1
- package/dist/esm/attestedcompute/attested-compute.js +5 -6
- package/dist/esm/attesteddecrypt/attested-decrypt.d.ts +3 -4
- package/dist/esm/attesteddecrypt/attested-decrypt.js +6 -58
- package/dist/esm/attestedreveal/attested-reveal.d.ts +3 -4
- package/dist/esm/attestedreveal/attested-reveal.js +2 -9
- package/dist/esm/chain.d.ts +6 -0
- package/dist/esm/chain.js +14 -1
- package/dist/esm/eip712/eip712.d.ts +18 -0
- package/dist/esm/eip712/eip712.js +46 -0
- package/dist/esm/eip712/index.d.ts +1 -0
- package/dist/esm/eip712/index.js +2 -0
- package/dist/esm/elistattesteddecrypt/elist-attested-decrypt.d.ts +49 -0
- package/dist/esm/elistattesteddecrypt/elist-attested-decrypt.js +89 -0
- package/dist/esm/elistattesteddecrypt/index.d.ts +2 -0
- package/dist/esm/elistattesteddecrypt/index.js +3 -0
- package/dist/esm/elistattesteddecrypt/types.d.ts +31 -0
- package/dist/esm/elistattesteddecrypt/types.js +12 -0
- package/dist/esm/generated/abis/lightning.d.ts +0 -39
- package/dist/esm/generated/abis/lightning.js +1 -39
- package/dist/esm/generated/abis/test-elist.d.ts +6 -0
- package/dist/esm/generated/abis/test-elist.js +8 -1
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +18 -36
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.js +34 -39
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +16 -0
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +2 -2
- package/dist/esm/generated/lightning.d.ts +29 -0
- package/dist/esm/generated/lightning.js +30 -1
- package/dist/esm/generated/local-node.d.ts +5 -5
- package/dist/esm/generated/local-node.js +16 -6
- package/dist/esm/handle.d.ts +8 -0
- package/dist/esm/handle.js +18 -1
- package/dist/esm/kms/quorumClient.d.ts +17 -4
- package/dist/esm/kms/quorumClient.js +152 -3
- package/dist/esm/kms/quorumConsistency.d.ts +25 -1
- package/dist/esm/kms/quorumConsistency.js +68 -1
- package/dist/esm/kms/signatureVerification.d.ts +2 -2
- package/dist/esm/kms/signatureVerification.js +1 -1
- package/dist/esm/lite/attested-compute.d.ts +2 -2
- package/dist/esm/lite/attested-compute.js +3 -3
- package/dist/esm/lite/attested-decrypt.d.ts +2 -2
- package/dist/esm/lite/attested-decrypt.js +3 -3
- package/dist/esm/lite/lightning.d.ts +40 -19
- package/dist/esm/lite/lightning.js +104 -30
- package/dist/esm/test/mocks.d.ts +5 -1
- package/dist/esm/test/mocks.js +28 -6
- package/dist/esm/viem.d.ts +2 -1
- package/dist/esm/viem.js +1 -1
- package/dist/types/advancedacl/session-key.d.ts +4 -4
- package/dist/types/attestedcompute/attested-compute.d.ts +0 -1
- package/dist/types/attesteddecrypt/attested-decrypt.d.ts +3 -4
- package/dist/types/attestedreveal/attested-reveal.d.ts +3 -4
- package/dist/types/chain.d.ts +6 -0
- package/dist/types/eip712/eip712.d.ts +18 -0
- package/dist/types/eip712/index.d.ts +1 -0
- package/dist/types/elistattesteddecrypt/elist-attested-decrypt.d.ts +49 -0
- package/dist/types/elistattesteddecrypt/index.d.ts +2 -0
- package/dist/types/elistattesteddecrypt/types.d.ts +31 -0
- package/dist/types/generated/abis/lightning.d.ts +0 -39
- package/dist/types/generated/abis/test-elist.d.ts +6 -0
- package/dist/types/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +18 -36
- package/dist/types/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +16 -0
- package/dist/types/generated/lightning.d.ts +29 -0
- package/dist/types/generated/local-node.d.ts +5 -5
- package/dist/types/handle.d.ts +8 -0
- package/dist/types/kms/quorumClient.d.ts +17 -4
- package/dist/types/kms/quorumConsistency.d.ts +25 -1
- package/dist/types/kms/signatureVerification.d.ts +2 -2
- package/dist/types/lite/attested-compute.d.ts +2 -2
- package/dist/types/lite/attested-decrypt.d.ts +2 -2
- package/dist/types/lite/lightning.d.ts +40 -19
- package/dist/types/test/mocks.d.ts +5 -1
- package/dist/types/viem.d.ts +2 -1
- package/package.json +1 -1
package/dist/esm/viem.js
CHANGED
|
@@ -27,4 +27,4 @@ export function getViemChain(chainish) {
|
|
|
27
27
|
}
|
|
28
28
|
return chain;
|
|
29
29
|
}
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmllbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy92aWVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCxLQUFLLEVBQ0wsV0FBVyxFQUNYLFlBQVksRUFDWixhQUFhLEVBQ2IsT0FBTyxFQUNQLGlCQUFpQixHQUNsQixNQUFNLGFBQWEsQ0FBQztBQUNyQixPQUFPLEVBQVksaUJBQWlCLEVBQUUsTUFBTSxZQUFZLENBQUM7QUFNekQsc0VBQXNFO0FBQ3RFLE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBRztJQUNwQixPQUFPO0lBQ1AsV0FBVztJQUNYLFlBQVk7SUFDWixhQUFhO0lBQ2IsS0FBSztJQUNMLGlCQUFpQjtDQUNsQixDQUFDO0FBRUY7Ozs7Ozs7OztHQVNHO0FBQ0gsTUFBTSxVQUFVLFlBQVksQ0FBQyxRQUFrQjtJQUM3QyxNQUFNLEVBQUUsSUFBSSxFQUFFLEdBQUcsaUJBQWlCLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDN0MsTUFBTSxLQUFLLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNYLE1BQU0sSUFBSSxLQUFLLENBQUMsNkJBQTZCLElBQUksRUFBRSxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUNELE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQyJ9
|
|
@@ -42,8 +42,8 @@ export interface SessionKeyAttestedComputeArgs {
|
|
|
42
42
|
rhsPlaintext: bigint | boolean;
|
|
43
43
|
requesterArgData?: Hex | undefined;
|
|
44
44
|
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
45
|
-
ethClient
|
|
46
|
-
executorAddress
|
|
45
|
+
ethClient: PublicClient<Transport, Chain>;
|
|
46
|
+
executorAddress: HexString;
|
|
47
47
|
reencryptPubKey?: Uint8Array | undefined;
|
|
48
48
|
reencryptKeypair?: XwingKeypair | undefined;
|
|
49
49
|
}
|
|
@@ -58,8 +58,8 @@ export interface SessionKeyAttestedDecryptArgs {
|
|
|
58
58
|
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
59
59
|
reencryptPubKey?: Uint8Array | undefined;
|
|
60
60
|
reencryptKeypair?: XwingKeypair | undefined;
|
|
61
|
-
ethClient
|
|
62
|
-
executorAddress
|
|
61
|
+
ethClient: PublicClient<Transport, Chain>;
|
|
62
|
+
executorAddress: HexString;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Performs attested decrypts using a voucher-backed session key.
|
|
@@ -8,7 +8,6 @@ import { type XwingKeypair } from '../lite/xwing.js';
|
|
|
8
8
|
import type { BackoffConfig } from '../retry.js';
|
|
9
9
|
import { AttestedComputeOP } from './types.js';
|
|
10
10
|
export declare const ATTESTED_COMPUTE_DOMAIN_NAME = "IncoAttestedCompute";
|
|
11
|
-
export declare const DEFAULT_ATTESTED_COMPUTE_DOMAIN_VERSION = "2";
|
|
12
11
|
/**
|
|
13
12
|
* Arguments for creating an attested compute.
|
|
14
13
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import type { Account, Chain,
|
|
1
|
+
import type { Account, Chain, Transport, WalletClient } from 'viem';
|
|
2
2
|
import { type HexString } from '../binary.js';
|
|
3
3
|
import { type SupportedChainId } from '../chain.js';
|
|
4
4
|
import { EncryptionScheme, type SupportedFheType } from '../encryption/encryption.js';
|
|
5
|
+
import { type HandleWithProof } from '../generated/es/inco/kms/lite/v1/types_pb.js';
|
|
5
6
|
import { validateHandle } from '../handle.js';
|
|
6
7
|
import { KmsQuorumClient } from '../kms/quorumClient.js';
|
|
7
8
|
import type { XwingKeypair } from '../lite/xwing.js';
|
|
@@ -9,8 +10,6 @@ import type { BackoffConfig } from '../retry.js';
|
|
|
9
10
|
import { type DecryptionAttestation, type EncryptedDecryptionAttestation } from './types.js';
|
|
10
11
|
export { validateHandle };
|
|
11
12
|
export declare const ATTESTED_DECRYPT_DOMAIN_NAME = "IncoAttestedDecrypt";
|
|
12
|
-
export declare const DEFAULT_ATTESTED_DECRYPT_DOMAIN_VERSION = "2";
|
|
13
|
-
export declare const TEST_RPC_URL = "UNUSED IN TEST";
|
|
14
13
|
/**
|
|
15
14
|
* Arguments for creating an attested decrypt request.
|
|
16
15
|
*/
|
|
@@ -58,5 +57,5 @@ export declare function attestedDecrypt({ handles, backoffConfig, walletClient,
|
|
|
58
57
|
kmsQuorumClient: KmsQuorumClient;
|
|
59
58
|
executorAddress: HexString;
|
|
60
59
|
}): Promise<Array<EncryptedDecryptionAttestation<EncryptionScheme, SupportedFheType>>>;
|
|
61
|
-
export declare function
|
|
60
|
+
export declare function buildHandlesWithProofs(handles: HexString[]): Array<HandleWithProof>;
|
|
62
61
|
export declare function decryptEncryptedAttestations(attestations: Array<DecryptionAttestation<EncryptionScheme, SupportedFheType> | EncryptedDecryptionAttestation<EncryptionScheme, SupportedFheType>>, reencryptKeypair: XwingKeypair): Promise<Array<DecryptionAttestation<EncryptionScheme, SupportedFheType>>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { Chain, PublicClient, Transport } from 'viem';
|
|
1
2
|
import type { DecryptionAttestation } from '../attesteddecrypt/types.js';
|
|
2
3
|
import type { HexString } from '../binary.js';
|
|
3
|
-
import type { SupportedChainId } from '../chain.js';
|
|
4
4
|
import type { EncryptionScheme, SupportedFheType } from '../encryption/encryption.js';
|
|
5
5
|
import type { KmsQuorumClient } from '../kms/quorumClient.js';
|
|
6
6
|
import type { BackoffConfig } from '../retry.js';
|
|
@@ -12,11 +12,10 @@ import type { BackoffConfig } from '../retry.js';
|
|
|
12
12
|
* @returns An array of decryption attestations
|
|
13
13
|
* @throws {AttestedRevealError} If the reveal fails
|
|
14
14
|
*/
|
|
15
|
-
export declare function attestedReveal({ handles,
|
|
15
|
+
export declare function attestedReveal({ handles, kmsQuorumClient, executorAddress, publicClient, backoffConfig, }: {
|
|
16
16
|
handles: HexString[];
|
|
17
|
-
chainId: SupportedChainId;
|
|
18
17
|
kmsQuorumClient: KmsQuorumClient;
|
|
19
18
|
executorAddress: HexString;
|
|
20
|
-
|
|
19
|
+
publicClient: PublicClient<Transport, Chain>;
|
|
21
20
|
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
22
21
|
}): Promise<Array<DecryptionAttestation<EncryptionScheme, SupportedFheType>>>;
|
package/dist/types/chain.d.ts
CHANGED
|
@@ -28,6 +28,12 @@ export type Numberish = number | bigint;
|
|
|
28
28
|
export type Chainish = {
|
|
29
29
|
id: Numberish;
|
|
30
30
|
} | Numberish | string;
|
|
31
|
+
/**
|
|
32
|
+
* Map of supported chain IDs to their short names.
|
|
33
|
+
* Public networks use the `shortName` from https://github.com/ethereum-lists/chains.
|
|
34
|
+
* Local Anvil uses `31337` (same ID as GoChain Testnet in the registry) but the SDK labels it `anvil`.
|
|
35
|
+
*/
|
|
36
|
+
export declare const chainShortNames: Record<SupportedChainId, string>;
|
|
31
37
|
/**
|
|
32
38
|
* Resolves a {@link Chainish} value to a {@link SupportedChain}.
|
|
33
39
|
*
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Account, Chain, Transport, WalletClient } from 'viem';
|
|
2
|
+
import type { HexString } from '../binary.js';
|
|
3
|
+
import type { SupportedChainId } from '../chain.js';
|
|
4
|
+
import { ViemClient } from '../viem.js';
|
|
5
|
+
export declare function fetchEip712DomainVersion(executorAddress: HexString, ethClient: ViemClient): Promise<string>;
|
|
6
|
+
export declare function buildEip712Payload(params: {
|
|
7
|
+
executorAddress: HexString;
|
|
8
|
+
ethClient: ViemClient;
|
|
9
|
+
chainId: SupportedChainId;
|
|
10
|
+
handles: HexString[];
|
|
11
|
+
reencryptPubKey: Uint8Array;
|
|
12
|
+
}): Promise<import("../reencryption/eip712.js").EIP712<{
|
|
13
|
+
handles: `0x${string}`[];
|
|
14
|
+
publicKey: `0x${string}`;
|
|
15
|
+
}>>;
|
|
16
|
+
type WalletSignTypedDataParams = Parameters<WalletClient<Transport, Chain, Account>['signTypedData']>[0];
|
|
17
|
+
export declare function signEip712(walletClient: WalletClient<Transport, Chain, Account>, eip712Payload: WalletSignTypedDataParams): Promise<`0x${string}`>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buildEip712Payload, fetchEip712DomainVersion, signEip712, } from './eip712.js';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { Account, Chain, Transport, WalletClient } from 'viem';
|
|
2
|
+
import { validateHandle } from '../attesteddecrypt/attested-decrypt.js';
|
|
3
|
+
import { type HexString } from '../binary.js';
|
|
4
|
+
import { type SupportedChainId } from '../chain.js';
|
|
5
|
+
import { type EncryptionScheme, type SupportedFheType } from '../encryption/encryption.js';
|
|
6
|
+
import { KmsQuorumClient } from '../kms/quorumClient.js';
|
|
7
|
+
import type { XwingKeypair } from '../lite/xwing.js';
|
|
8
|
+
import type { BackoffConfig } from '../retry.js';
|
|
9
|
+
import { type EListDecryptionAttestation, type EncryptedEListDecryptionAttestation } from './types.js';
|
|
10
|
+
export { validateHandle };
|
|
11
|
+
export declare function eListAttestedDecrypt({ handle, backoffConfig, walletClient, chainId, reencryptPubKey, reencryptKeypair, kmsQuorumClient, executorAddress, }: {
|
|
12
|
+
handle: HexString;
|
|
13
|
+
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
14
|
+
walletClient: WalletClient<Transport, Chain, Account>;
|
|
15
|
+
chainId: SupportedChainId;
|
|
16
|
+
reencryptPubKey: Uint8Array;
|
|
17
|
+
reencryptKeypair: XwingKeypair;
|
|
18
|
+
kmsQuorumClient: KmsQuorumClient;
|
|
19
|
+
executorAddress: HexString;
|
|
20
|
+
}): Promise<EListDecryptionAttestation<EncryptionScheme, SupportedFheType>>;
|
|
21
|
+
export declare function eListAttestedDecrypt({ handle, backoffConfig, walletClient, chainId, reencryptPubKey, kmsQuorumClient, executorAddress, }: {
|
|
22
|
+
handle: HexString;
|
|
23
|
+
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
24
|
+
walletClient: WalletClient<Transport, Chain, Account>;
|
|
25
|
+
chainId: SupportedChainId;
|
|
26
|
+
reencryptPubKey: Uint8Array;
|
|
27
|
+
reencryptKeypair?: never;
|
|
28
|
+
kmsQuorumClient: KmsQuorumClient;
|
|
29
|
+
executorAddress: HexString;
|
|
30
|
+
}): Promise<EncryptedEListDecryptionAttestation<EncryptionScheme, SupportedFheType>>;
|
|
31
|
+
export declare function eListAttestedDecrypt({ handle, backoffConfig, walletClient, chainId, kmsQuorumClient, executorAddress, }: {
|
|
32
|
+
handle: HexString;
|
|
33
|
+
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
34
|
+
walletClient: WalletClient<Transport, Chain, Account>;
|
|
35
|
+
chainId: SupportedChainId;
|
|
36
|
+
reencryptPubKey?: never;
|
|
37
|
+
reencryptKeypair?: never;
|
|
38
|
+
kmsQuorumClient: KmsQuorumClient;
|
|
39
|
+
executorAddress: HexString;
|
|
40
|
+
}): Promise<EListDecryptionAttestation<EncryptionScheme, SupportedFheType>>;
|
|
41
|
+
/**
|
|
42
|
+
* Reveal a single elist handle without wallet authentication.
|
|
43
|
+
* Returns plaintext values along with an attestation of the checksum.
|
|
44
|
+
*/
|
|
45
|
+
export declare function eListAttestedReveal({ handle, backoffConfig, kmsQuorumClient, }: {
|
|
46
|
+
handle: HexString;
|
|
47
|
+
backoffConfig?: Partial<BackoffConfig> | undefined;
|
|
48
|
+
kmsQuorumClient: KmsQuorumClient;
|
|
49
|
+
}): Promise<EListDecryptionAttestation<EncryptionScheme, SupportedFheType>>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { HexString } from '../binary.js';
|
|
2
|
+
import type { EncryptionScheme, EncryptResultOf, PlaintextOf, SupportedFheType } from '../encryption/encryption.js';
|
|
3
|
+
import { handleTypes } from '../index.js';
|
|
4
|
+
import type { BackoffConfig } from '../retry.js';
|
|
5
|
+
/**
|
|
6
|
+
* Custom error class for elist attested decrypt operations.
|
|
7
|
+
*/
|
|
8
|
+
export declare class EListAttestedDecryptError extends Error {
|
|
9
|
+
readonly cause?: unknown | undefined;
|
|
10
|
+
constructor(message: string, cause?: unknown | undefined);
|
|
11
|
+
}
|
|
12
|
+
export type EListDecryptionAttestation<S extends EncryptionScheme, T extends SupportedFheType> = {
|
|
13
|
+
handle: HexString;
|
|
14
|
+
commitmentProof: PlaintextOf<S, typeof handleTypes.euint256>;
|
|
15
|
+
values: PlaintextOf<S, T>[];
|
|
16
|
+
covalidatorSignatures: Uint8Array[];
|
|
17
|
+
commitments: Uint8Array[];
|
|
18
|
+
};
|
|
19
|
+
export type EncryptedEListDecryptionAttestation<S extends EncryptionScheme, T extends SupportedFheType> = {
|
|
20
|
+
handle: HexString;
|
|
21
|
+
commitmentProof: PlaintextOf<S, typeof handleTypes.euint256>;
|
|
22
|
+
values: EncryptResultOf<S, T>[];
|
|
23
|
+
covalidatorSignatures: Uint8Array[];
|
|
24
|
+
commitments: Uint8Array[];
|
|
25
|
+
};
|
|
26
|
+
export type EListAttestedDecryptor<S extends EncryptionScheme> = <T extends SupportedFheType>(args: EListAttestedDecryptFnArgs<S, T>) => Promise<EListDecryptionAttestation<S, T>>;
|
|
27
|
+
export type EListAttestedDecryptFnArgs<S extends EncryptionScheme, T extends SupportedFheType> = {
|
|
28
|
+
/** The handle to decrypt */
|
|
29
|
+
handle: HexString;
|
|
30
|
+
backoffConfig?: Partial<BackoffConfig>;
|
|
31
|
+
};
|
|
@@ -711,20 +711,6 @@ export declare const incoLightningAbi: readonly [{
|
|
|
711
711
|
readonly type: "bytes32";
|
|
712
712
|
}];
|
|
713
713
|
readonly stateMutability: "nonpayable";
|
|
714
|
-
}, {
|
|
715
|
-
readonly type: "function";
|
|
716
|
-
readonly inputs: readonly [{
|
|
717
|
-
readonly name: "randType";
|
|
718
|
-
readonly internalType: "enum ETypes";
|
|
719
|
-
readonly type: "uint8";
|
|
720
|
-
}];
|
|
721
|
-
readonly name: "eRand";
|
|
722
|
-
readonly outputs: readonly [{
|
|
723
|
-
readonly name: "result";
|
|
724
|
-
readonly internalType: "bytes32";
|
|
725
|
-
readonly type: "bytes32";
|
|
726
|
-
}];
|
|
727
|
-
readonly stateMutability: "payable";
|
|
728
714
|
}, {
|
|
729
715
|
readonly type: "function";
|
|
730
716
|
readonly inputs: readonly [{
|
|
@@ -2213,31 +2199,6 @@ export declare const incoLightningAbi: readonly [{
|
|
|
2213
2199
|
readonly indexed: false;
|
|
2214
2200
|
}];
|
|
2215
2201
|
readonly name: "ENot";
|
|
2216
|
-
}, {
|
|
2217
|
-
readonly type: "event";
|
|
2218
|
-
readonly anonymous: false;
|
|
2219
|
-
readonly inputs: readonly [{
|
|
2220
|
-
readonly name: "counter";
|
|
2221
|
-
readonly internalType: "uint256";
|
|
2222
|
-
readonly type: "uint256";
|
|
2223
|
-
readonly indexed: true;
|
|
2224
|
-
}, {
|
|
2225
|
-
readonly name: "randType";
|
|
2226
|
-
readonly internalType: "enum ETypes";
|
|
2227
|
-
readonly type: "uint8";
|
|
2228
|
-
readonly indexed: false;
|
|
2229
|
-
}, {
|
|
2230
|
-
readonly name: "result";
|
|
2231
|
-
readonly internalType: "bytes32";
|
|
2232
|
-
readonly type: "bytes32";
|
|
2233
|
-
readonly indexed: true;
|
|
2234
|
-
}, {
|
|
2235
|
-
readonly name: "eventId";
|
|
2236
|
-
readonly internalType: "uint256";
|
|
2237
|
-
readonly type: "uint256";
|
|
2238
|
-
readonly indexed: false;
|
|
2239
|
-
}];
|
|
2240
|
-
readonly name: "ERand";
|
|
2241
2202
|
}, {
|
|
2242
2203
|
readonly type: "event";
|
|
2243
2204
|
readonly anonymous: false;
|
|
@@ -141,6 +141,12 @@ export declare const elistTesterAbi: readonly [{
|
|
|
141
141
|
readonly type: "bytes32";
|
|
142
142
|
}];
|
|
143
143
|
readonly stateMutability: "payable";
|
|
144
|
+
}, {
|
|
145
|
+
readonly type: "function";
|
|
146
|
+
readonly inputs: readonly [];
|
|
147
|
+
readonly name: "listReveal";
|
|
148
|
+
readonly outputs: readonly [];
|
|
149
|
+
readonly stateMutability: "nonpayable";
|
|
144
150
|
}, {
|
|
145
151
|
readonly type: "function";
|
|
146
152
|
readonly inputs: readonly [];
|
|
@@ -161,32 +161,6 @@ export type SingleTrivialOpRequest = Message<"inco.covalidator.compute.v1.Single
|
|
|
161
161
|
* Use `create(SingleTrivialOpRequestSchema)` to create a new message.
|
|
162
162
|
*/
|
|
163
163
|
export declare const SingleTrivialOpRequestSchema: GenMessage<SingleTrivialOpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* @generated from message inco.covalidator.compute.v1.SingleRandOpRequest
|
|
166
|
-
*/
|
|
167
|
-
export type SingleRandOpRequest = Message<"inco.covalidator.compute.v1.SingleRandOpRequest"> & {
|
|
168
|
-
/**
|
|
169
|
-
* @generated from field: inco.covalidator.compute.v1.FheOperation operation = 1;
|
|
170
|
-
*/
|
|
171
|
-
operation: FheOperation;
|
|
172
|
-
/**
|
|
173
|
-
* @generated from field: int32 randType = 2;
|
|
174
|
-
*/
|
|
175
|
-
randType: number;
|
|
176
|
-
/**
|
|
177
|
-
* @generated from field: bytes counterRand = 3;
|
|
178
|
-
*/
|
|
179
|
-
counterRand: Uint8Array;
|
|
180
|
-
/**
|
|
181
|
-
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
182
|
-
*/
|
|
183
|
-
configureRequest?: ConfigureRequest;
|
|
184
|
-
};
|
|
185
|
-
/**
|
|
186
|
-
* Describes the message inco.covalidator.compute.v1.SingleRandOpRequest.
|
|
187
|
-
* Use `create(SingleRandOpRequestSchema)` to create a new message.
|
|
188
|
-
*/
|
|
189
|
-
export declare const SingleRandOpRequestSchema: GenMessage<SingleRandOpRequest>;
|
|
190
164
|
/**
|
|
191
165
|
* @generated from message inco.covalidator.compute.v1.SingleRandBoundedOpRequest
|
|
192
166
|
*/
|
|
@@ -833,6 +807,14 @@ export type EListAttestedDecryptResponse = Message<"inco.covalidator.compute.v1.
|
|
|
833
807
|
* @generated from field: repeated inco.kms.lite.v1.EListElement values = 2;
|
|
834
808
|
*/
|
|
835
809
|
values: EListElement[];
|
|
810
|
+
/**
|
|
811
|
+
* proof_hashes is the list of per-element proof hashes.
|
|
812
|
+
* proof_hashes[i] = keccak256(commitment[i] || value[i])
|
|
813
|
+
* The overall commitment_proof in the attestation equals keccak256(concat(proof_hashes)).
|
|
814
|
+
*
|
|
815
|
+
* @generated from field: repeated bytes proof_hashes = 3;
|
|
816
|
+
*/
|
|
817
|
+
proofHashes: Uint8Array[];
|
|
836
818
|
};
|
|
837
819
|
/**
|
|
838
820
|
* Describes the message inco.covalidator.compute.v1.EListAttestedDecryptResponse.
|
|
@@ -922,6 +904,14 @@ export type EListAttestedRevealResponse = Message<"inco.covalidator.compute.v1.E
|
|
|
922
904
|
* @generated from field: repeated inco.kms.lite.v1.EListElement values = 2;
|
|
923
905
|
*/
|
|
924
906
|
values: EListElement[];
|
|
907
|
+
/**
|
|
908
|
+
* proof_hashes is the list of per-element proof hashes.
|
|
909
|
+
* proof_hashes[i] = keccak256(value[i])
|
|
910
|
+
* The overall commitment_proof in the attestation equals keccak256(concat(proof_hashes)).
|
|
911
|
+
*
|
|
912
|
+
* @generated from field: repeated bytes proof_hashes = 3;
|
|
913
|
+
*/
|
|
914
|
+
proofHashes: Uint8Array[];
|
|
925
915
|
};
|
|
926
916
|
/**
|
|
927
917
|
* Describes the message inco.covalidator.compute.v1.EListAttestedRevealResponse.
|
|
@@ -1287,8 +1277,8 @@ export declare const ComputeService: GenService<{
|
|
|
1287
1277
|
output: typeof ConfigureResponseSchema;
|
|
1288
1278
|
};
|
|
1289
1279
|
/**
|
|
1290
|
-
* InputToStoredCryptogram converts
|
|
1291
|
-
* ciphertext.
|
|
1280
|
+
* InputToStoredCryptogram converts a scalar input ciphertext into a compute
|
|
1281
|
+
* ciphertext. (elist/emap input ciphertext as a blob is currently not supported)
|
|
1292
1282
|
*
|
|
1293
1283
|
* # IncoLite
|
|
1294
1284
|
*
|
|
@@ -1351,14 +1341,6 @@ export declare const ComputeService: GenService<{
|
|
|
1351
1341
|
input: typeof SingleTrivialOpRequestSchema;
|
|
1352
1342
|
output: typeof SingleCiphertextResponseSchema;
|
|
1353
1343
|
};
|
|
1354
|
-
/**
|
|
1355
|
-
* @generated from rpc inco.covalidator.compute.v1.ComputeService.SingleRandOp
|
|
1356
|
-
*/
|
|
1357
|
-
singleRandOp: {
|
|
1358
|
-
methodKind: "unary";
|
|
1359
|
-
input: typeof SingleRandOpRequestSchema;
|
|
1360
|
-
output: typeof SingleCiphertextResponseSchema;
|
|
1361
|
-
};
|
|
1362
1344
|
/**
|
|
1363
1345
|
* @generated from rpc inco.covalidator.compute.v1.ComputeService.SingleRandBoundedOp
|
|
1364
1346
|
*/
|
|
@@ -199,6 +199,14 @@ export type EListAttestedDecryptResponse = Message<"inco.kms.lite.v1.EListAttest
|
|
|
199
199
|
* @generated from field: repeated inco.kms.lite.v1.EListElement values = 2;
|
|
200
200
|
*/
|
|
201
201
|
values: EListElement[];
|
|
202
|
+
/**
|
|
203
|
+
* proof_hashes is the list of per-element proof hashes.
|
|
204
|
+
* proof_hashes[i] = keccak256(commitment[i] || value[i])
|
|
205
|
+
* The overall commitment_proof in the attestation equals keccak256(concat(proof_hashes)).
|
|
206
|
+
*
|
|
207
|
+
* @generated from field: repeated bytes proof_hashes = 3;
|
|
208
|
+
*/
|
|
209
|
+
proofHashes: Uint8Array[];
|
|
202
210
|
};
|
|
203
211
|
/**
|
|
204
212
|
* Describes the message inco.kms.lite.v1.EListAttestedDecryptResponse.
|
|
@@ -397,6 +405,14 @@ export type EListAttestedRevealResponse = Message<"inco.kms.lite.v1.EListAtteste
|
|
|
397
405
|
* @generated from field: repeated inco.kms.lite.v1.EListElement values = 2;
|
|
398
406
|
*/
|
|
399
407
|
values: EListElement[];
|
|
408
|
+
/**
|
|
409
|
+
* proof_hashes is the list of per-element proof hashes.
|
|
410
|
+
* proof_hashes[i] = keccak256(value[i])
|
|
411
|
+
* The overall commitment_proof in the attestation equals keccak256(concat(proof_hashes)).
|
|
412
|
+
*
|
|
413
|
+
* @generated from field: repeated bytes proof_hashes = 3;
|
|
414
|
+
*/
|
|
415
|
+
proofHashes: Uint8Array[];
|
|
400
416
|
};
|
|
401
417
|
/**
|
|
402
418
|
* Describes the message inco.kms.lite.v1.EListAttestedRevealResponse.
|
|
@@ -2,6 +2,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
2
2
|
readonly name: "incoLightning_9_0_0__269218568";
|
|
3
3
|
readonly majorVersion: 9;
|
|
4
4
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
5
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
5
6
|
readonly pepper: "devnet";
|
|
6
7
|
readonly executorAddress: "0x6c9132D324231D2F68a1491686b0d4c10ee7d257";
|
|
7
8
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007202d6e9ea2805def71308";
|
|
@@ -22,6 +23,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
22
23
|
readonly name: "incoLightning_8_0_0__985328058";
|
|
23
24
|
readonly majorVersion: 8;
|
|
24
25
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
26
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
25
27
|
readonly pepper: "devnet";
|
|
26
28
|
readonly executorAddress: "0x43119Ad1F673E998CE4f3BB305bB92Bd5ab97E3B";
|
|
27
29
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc009045f766b38e5a773da9ba";
|
|
@@ -42,6 +44,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
42
44
|
readonly name: "incoLightning_7_0_0__24560427";
|
|
43
45
|
readonly majorVersion: 7;
|
|
44
46
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
47
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
45
48
|
readonly pepper: "devnet";
|
|
46
49
|
readonly executorAddress: "0xA2275E60cCEd081fFD7373593c44ebc30E6Efe66";
|
|
47
50
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0057b7694d1492d2775d132b";
|
|
@@ -62,6 +65,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
62
65
|
readonly name: "incoLightning_6_0_0__281949651";
|
|
63
66
|
readonly majorVersion: 6;
|
|
64
67
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
68
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
65
69
|
readonly pepper: "devnet";
|
|
66
70
|
readonly executorAddress: "0xDF3830489208461f72Df6E45D0e6cbF9DBB74fe1";
|
|
67
71
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc009531587de02194b1b7a9d3";
|
|
@@ -82,6 +86,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
82
86
|
readonly name: "incoLightningPreview_5_0_0__203964628";
|
|
83
87
|
readonly majorVersion: 5;
|
|
84
88
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
89
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
85
90
|
readonly pepper: "devnet";
|
|
86
91
|
readonly executorAddress: "0x8D5D75CC00E2Fc84ec4dE085aE1708223591c6b6";
|
|
87
92
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00c573fb2bf617e75b6210d4";
|
|
@@ -102,6 +107,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
102
107
|
readonly name: "incoLightningPreview_4_0_0__409204766";
|
|
103
108
|
readonly majorVersion: 4;
|
|
104
109
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
110
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
105
111
|
readonly pepper: "devnet";
|
|
106
112
|
readonly executorAddress: "0x4046b737B454b0430FBF29cea070e3337AdE95aD";
|
|
107
113
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc003b3f2c4caeb6f787dcce1e";
|
|
@@ -122,6 +128,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
122
128
|
readonly name: "incoLightningPreview_3_0_0__976859633";
|
|
123
129
|
readonly majorVersion: 3;
|
|
124
130
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
131
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
125
132
|
readonly pepper: "devnet";
|
|
126
133
|
readonly executorAddress: "0x4732520194584a04Cac0224e067658619F4086bD";
|
|
127
134
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ef1fab551c72a93b0637f1";
|
|
@@ -142,6 +149,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
142
149
|
readonly name: "incoLightningPreview_2_0_0__889158349";
|
|
143
150
|
readonly majorVersion: 2;
|
|
144
151
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
152
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
145
153
|
readonly pepper: "testnet";
|
|
146
154
|
readonly executorAddress: "0x168FDc3Ae19A5d5b03614578C58974FF30FCBe92";
|
|
147
155
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc005e0f44aac1a914b715cecd";
|
|
@@ -162,6 +170,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
162
170
|
readonly name: "incoLightningPreview_2_0_0__467437523";
|
|
163
171
|
readonly majorVersion: 2;
|
|
164
172
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
173
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
165
174
|
readonly pepper: "demonet";
|
|
166
175
|
readonly executorAddress: "0xA95EAbCE575f5f1e52605358Ee893F6536166378";
|
|
167
176
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0071f74686446f14c7b469d3";
|
|
@@ -182,6 +191,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
182
191
|
readonly name: "incoLightningPreview_2_0_0__976644394";
|
|
183
192
|
readonly majorVersion: 2;
|
|
184
193
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
194
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
185
195
|
readonly pepper: "alphanet";
|
|
186
196
|
readonly executorAddress: "0xc0d693DeEF0A91CE39208676b6da09B822abd199";
|
|
187
197
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc000822f11f6e30f933e76d2a";
|
|
@@ -202,6 +212,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
202
212
|
readonly name: "incoLightningPreview_2_0_0__295237520";
|
|
203
213
|
readonly majorVersion: 2;
|
|
204
214
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
215
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
205
216
|
readonly pepper: "devnet";
|
|
206
217
|
readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
|
|
207
218
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc008d5a963bd519d8493f5190";
|
|
@@ -222,6 +233,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
222
233
|
readonly name: "incoLightningPreview_2_0_0__295237520";
|
|
223
234
|
readonly majorVersion: 2;
|
|
224
235
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
236
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
225
237
|
readonly pepper: "devnet";
|
|
226
238
|
readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
|
|
227
239
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc008d5a963bd519d8493f5190";
|
|
@@ -242,6 +254,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
242
254
|
readonly name: "incoLightningPreview_1_1_0__725458969";
|
|
243
255
|
readonly majorVersion: 1;
|
|
244
256
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
257
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
245
258
|
readonly pepper: "alphanet";
|
|
246
259
|
readonly executorAddress: "0x28676Cd3b10b03b2FDF105Ba280425b45a674F2A";
|
|
247
260
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc004dfbe338c6966a22bcca19";
|
|
@@ -262,6 +275,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
262
275
|
readonly name: "incoLightningPreview_1_0_2__725458969";
|
|
263
276
|
readonly majorVersion: 1;
|
|
264
277
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
278
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
265
279
|
readonly pepper: "alphanet";
|
|
266
280
|
readonly executorAddress: "0x28676Cd3b10b03b2FDF105Ba280425b45a674F2A";
|
|
267
281
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc004dfbe338c6966a22bcca19";
|
|
@@ -281,6 +295,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
281
295
|
readonly name: "incoLightningPreview_1_0_2__904635675";
|
|
282
296
|
readonly majorVersion: 1;
|
|
283
297
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
298
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
284
299
|
readonly pepper: "devnet";
|
|
285
300
|
readonly executorAddress: "0x3473820DcAa71Af8157b93C7f2bf1c676A2A39A6";
|
|
286
301
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007d63c0fdca6698ac7cc51b";
|
|
@@ -300,6 +315,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
300
315
|
readonly name: "incoLightningPreview_1_0_0__904635675";
|
|
301
316
|
readonly majorVersion: 1;
|
|
302
317
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
318
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
303
319
|
readonly pepper: "devnet";
|
|
304
320
|
readonly executorAddress: "0x3473820DcAa71Af8157b93C7f2bf1c676A2A39A6";
|
|
305
321
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007d63c0fdca6698ac7cc51b";
|
|
@@ -319,6 +335,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
319
335
|
readonly name: "incoLightning_0_2_0__183408998";
|
|
320
336
|
readonly majorVersion: 0;
|
|
321
337
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
338
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
322
339
|
readonly pepper: "testnet";
|
|
323
340
|
readonly executorAddress: "0x63D8135aF4D393B1dB43B649010c8D3EE19FC9fd";
|
|
324
341
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d75ffa0caf0797c3f12d66";
|
|
@@ -338,6 +355,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
338
355
|
readonly name: "incoLightning_0_1_29__183408998";
|
|
339
356
|
readonly majorVersion: 0;
|
|
340
357
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
358
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
341
359
|
readonly pepper: "testnet";
|
|
342
360
|
readonly executorAddress: "0x63D8135aF4D393B1dB43B649010c8D3EE19FC9fd";
|
|
343
361
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d75ffa0caf0797c3f12d66";
|
|
@@ -357,6 +375,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
357
375
|
readonly name: "incoLightning_0_1_29__183408998";
|
|
358
376
|
readonly majorVersion: 0;
|
|
359
377
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
378
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
360
379
|
readonly pepper: "testnet";
|
|
361
380
|
readonly executorAddress: "0x63D8135aF4D393B1dB43B649010c8D3EE19FC9fd";
|
|
362
381
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00d75ffa0caf0797c3f12d66";
|
|
@@ -376,6 +395,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
376
395
|
readonly name: "incoLightning_0_2_0__863421733";
|
|
377
396
|
readonly majorVersion: 0;
|
|
378
397
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
398
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
379
399
|
readonly pepper: "demonet";
|
|
380
400
|
readonly executorAddress: "0xeBAFF6D578733E4603b99CBdbb221482F29a78E1";
|
|
381
401
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00834654f6d289ccc7e5ab25";
|
|
@@ -395,6 +415,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
395
415
|
readonly name: "incoLightning_0_1_29__863421733";
|
|
396
416
|
readonly majorVersion: 0;
|
|
397
417
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
418
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
398
419
|
readonly pepper: "demonet";
|
|
399
420
|
readonly executorAddress: "0xeBAFF6D578733E4603b99CBdbb221482F29a78E1";
|
|
400
421
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00834654f6d289ccc7e5ab25";
|
|
@@ -414,6 +435,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
414
435
|
readonly name: "incoLightningPreview_0_2_1__297966649";
|
|
415
436
|
readonly majorVersion: 0;
|
|
416
437
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
438
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
417
439
|
readonly pepper: "alphanet";
|
|
418
440
|
readonly executorAddress: "0x4651DfD7729aE5568092E7351fAaD872266d4CBd";
|
|
419
441
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0023f7798f470fdf5e9da639";
|
|
@@ -433,6 +455,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
433
455
|
readonly name: "incoLightningPreview_0_2_0__297966649";
|
|
434
456
|
readonly majorVersion: 0;
|
|
435
457
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
458
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
436
459
|
readonly pepper: "alphanet";
|
|
437
460
|
readonly executorAddress: "0x4651DfD7729aE5568092E7351fAaD872266d4CBd";
|
|
438
461
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0023f7798f470fdf5e9da639";
|
|
@@ -452,6 +475,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
452
475
|
readonly name: "incoLightningPreview_0_2_1__340846814";
|
|
453
476
|
readonly majorVersion: 0;
|
|
454
477
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
478
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
455
479
|
readonly pepper: "devnet";
|
|
456
480
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
457
481
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|
|
@@ -471,6 +495,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
471
495
|
readonly name: "incoLightning_0_2_1__340846814";
|
|
472
496
|
readonly majorVersion: 0;
|
|
473
497
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
498
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
474
499
|
readonly pepper: "devnet";
|
|
475
500
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
476
501
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|
|
@@ -490,6 +515,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
490
515
|
readonly name: "incoLightningPreview_0_2_1__340846814";
|
|
491
516
|
readonly majorVersion: 0;
|
|
492
517
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
518
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
493
519
|
readonly pepper: "devnet";
|
|
494
520
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
495
521
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|
|
@@ -509,6 +535,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
509
535
|
readonly name: "incoLightning_0_2_0__340846814";
|
|
510
536
|
readonly majorVersion: 0;
|
|
511
537
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
538
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
512
539
|
readonly pepper: "devnet";
|
|
513
540
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
514
541
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|
|
@@ -528,6 +555,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
528
555
|
readonly name: "incoLightning_0_1_29__340846814";
|
|
529
556
|
readonly majorVersion: 0;
|
|
530
557
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
558
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
531
559
|
readonly pepper: "devnet";
|
|
532
560
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
533
561
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|
|
@@ -547,6 +575,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
547
575
|
readonly name: "incoLightning_0_1_29__340846814";
|
|
548
576
|
readonly majorVersion: 0;
|
|
549
577
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
578
|
+
readonly owner: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
550
579
|
readonly pepper: "devnet";
|
|
551
580
|
readonly executorAddress: "0x3B22be60Ae699933959CA3cE147C96caa88Ccd3D";
|
|
552
581
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00b001d6742fded0dd599ede";
|