@inco/js 0.11.0-testnet-3 → 1.0.0-devnet-2
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 -3
- package/dist/cjs/advancedacl/session-key.js +16 -9
- package/dist/cjs/advancedacl/types.d.ts +1 -0
- package/dist/cjs/attestedcompute/attested-compute.d.ts +4 -4
- package/dist/cjs/attestedcompute/types.d.ts +9 -9
- package/dist/cjs/attestedcompute/types.js +20 -20
- package/dist/cjs/attesteddecrypt/attested-decrypt.d.ts +4 -4
- package/dist/cjs/attesteddecrypt/types.d.ts +5 -5
- package/dist/cjs/attestedreveal/attested-reveal.d.ts +2 -2
- package/dist/cjs/elistattesteddecrypt/elist-attested-decrypt.d.ts +5 -5
- package/dist/cjs/elistattesteddecrypt/types.d.ts +5 -5
- package/dist/cjs/encryption/encryption.d.ts +19 -16
- package/dist/cjs/encryption/encryption.js +6 -6
- package/dist/cjs/encryption/index.d.ts +1 -1
- package/dist/cjs/encryption/index.js +4 -4
- package/dist/cjs/generated/abis/lightning.d.ts +166 -1
- package/dist/cjs/generated/abis/lightning.js +141 -2
- package/dist/cjs/generated/abis/verifier.d.ts +62 -0
- package/dist/cjs/generated/abis/verifier.js +53 -1
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +101 -107
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.js +93 -93
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +6 -0
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.js +2 -2
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.d.ts +48 -41
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +43 -43
- package/dist/cjs/generated/lightning.d.ts +98 -0
- package/dist/cjs/generated/lightning.js +118 -18
- package/dist/cjs/generated/local-node.d.ts +7 -7
- package/dist/cjs/generated/local-node.js +7 -7
- package/dist/cjs/handle.d.ts +17 -15
- package/dist/cjs/handle.js +32 -19
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/kms/quorumClient.d.ts +6 -6
- package/dist/cjs/lite/lightning.d.ts +20 -20
- package/dist/cjs/lite/lightning.js +4 -2
- package/dist/cjs/lite/xwing.js +1 -1
- package/dist/cjs/reencryption/types.d.ts +3 -3
- package/dist/esm/advancedacl/session-key.d.ts +4 -3
- package/dist/esm/advancedacl/session-key.js +15 -9
- package/dist/esm/advancedacl/types.d.ts +1 -0
- package/dist/esm/attestedcompute/attested-compute.d.ts +4 -4
- package/dist/esm/attestedcompute/types.d.ts +9 -9
- package/dist/esm/attestedcompute/types.js +20 -20
- package/dist/esm/attesteddecrypt/attested-decrypt.d.ts +4 -4
- package/dist/esm/attesteddecrypt/types.d.ts +5 -5
- package/dist/esm/attestedreveal/attested-reveal.d.ts +2 -2
- package/dist/esm/elistattesteddecrypt/elist-attested-decrypt.d.ts +5 -5
- package/dist/esm/elistattesteddecrypt/types.d.ts +5 -5
- package/dist/esm/encryption/encryption.d.ts +19 -16
- package/dist/esm/encryption/encryption.js +5 -5
- package/dist/esm/encryption/index.d.ts +1 -1
- package/dist/esm/encryption/index.js +1 -1
- package/dist/esm/generated/abis/lightning.d.ts +166 -1
- package/dist/esm/generated/abis/lightning.js +141 -2
- package/dist/esm/generated/abis/verifier.d.ts +62 -0
- package/dist/esm/generated/abis/verifier.js +53 -1
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +101 -107
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.js +92 -92
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +6 -0
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.js +2 -2
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.d.ts +48 -41
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +43 -43
- package/dist/esm/generated/lightning.d.ts +98 -0
- package/dist/esm/generated/lightning.js +118 -18
- package/dist/esm/generated/local-node.d.ts +7 -7
- package/dist/esm/generated/local-node.js +7 -7
- package/dist/esm/handle.d.ts +17 -15
- package/dist/esm/handle.js +31 -18
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/kms/quorumClient.d.ts +6 -6
- package/dist/esm/lite/lightning.d.ts +20 -20
- package/dist/esm/lite/lightning.js +4 -2
- package/dist/esm/lite/xwing.js +2 -2
- package/dist/esm/reencryption/types.d.ts +3 -3
- package/dist/types/advancedacl/session-key.d.ts +4 -3
- package/dist/types/advancedacl/types.d.ts +1 -0
- package/dist/types/attestedcompute/attested-compute.d.ts +4 -4
- package/dist/types/attestedcompute/types.d.ts +9 -9
- package/dist/types/attesteddecrypt/attested-decrypt.d.ts +4 -4
- package/dist/types/attesteddecrypt/types.d.ts +5 -5
- package/dist/types/attestedreveal/attested-reveal.d.ts +2 -2
- package/dist/types/elistattesteddecrypt/elist-attested-decrypt.d.ts +5 -5
- package/dist/types/elistattesteddecrypt/types.d.ts +5 -5
- package/dist/types/encryption/encryption.d.ts +19 -16
- package/dist/types/encryption/index.d.ts +1 -1
- package/dist/types/generated/abis/lightning.d.ts +166 -1
- package/dist/types/generated/abis/verifier.d.ts +62 -0
- package/dist/types/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +101 -107
- package/dist/types/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +6 -0
- package/dist/types/generated/es/inco/kms/lite/v1/types_pb.d.ts +48 -41
- package/dist/types/generated/lightning.d.ts +98 -0
- package/dist/types/generated/local-node.d.ts +7 -7
- package/dist/types/handle.d.ts +17 -15
- package/dist/types/index.d.ts +1 -1
- package/dist/types/kms/quorumClient.d.ts +6 -6
- package/dist/types/lite/lightning.d.ts +20 -20
- package/dist/types/reencryption/types.d.ts +3 -3
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file inco/kms/lite/v1/types.proto.
|
|
7
7
|
*/
|
|
8
|
-
export const file_inco_kms_lite_v1_types = /*@__PURE__*/ fileDesc("
|
|
8
|
+
export const file_inco_kms_lite_v1_types = /*@__PURE__*/ fileDesc("ChxpbmNvL2ttcy9saXRlL3YxL3R5cGVzLnByb3RvEhBpbmNvLmttcy5saXRlLnYxIrUBCghBQ0xQcm9vZhJMChlpbmNvX2xpdGVfYmFzaWNfYWNsX3Byb29mGAogASgLMicuaW5jby5rbXMubGl0ZS52MS5JbmNvTGl0ZUJhc2ljQUNMUHJvb2ZIABJSChxpbmNvX2xpdGVfYWR2YW5jZWRfYWNsX3Byb29mGAsgASgLMiouaW5jby5rbXMubGl0ZS52MS5JbmNvTGl0ZUFkdmFuY2VkQUNMUHJvb2ZIAEIHCgVwcm9vZiJQCg9IYW5kbGVXaXRoUHJvb2YSDgoGaGFuZGxlGAEgASgJEi0KCWFjbF9wcm9vZhgCIAEoCzIaLmluY28ua21zLmxpdGUudjEuQUNMUHJvb2YiFwoVSW5jb0xpdGVCYXNpY0FDTFByb29mIoYBChBBbGxvd2FuY2VWb3VjaGVyEhoKEnZlcmlmeWluZ19jb250cmFjdBgBIAEoCRIVCg1jYWxsX2Z1bmN0aW9uGAIgASgMEhcKD3NoYXJlcl9hcmdfZGF0YRgDIAEoDBIVCg1zZXNzaW9uX25vbmNlGAQgASgMEg8KB3dhcm5pbmcYBSABKAkijAEKDkFsbG93YW5jZVByb29mEg4KBnNoYXJlchgBIAEoCRIzCgd2b3VjaGVyGAIgASgLMiIuaW5jby5rbXMubGl0ZS52MS5BbGxvd2FuY2VWb3VjaGVyEhkKEXZvdWNoZXJfc2lnbmF0dXJlGAMgASgMEhoKEnJlcXVlc3Rlcl9hcmdfZGF0YRgEIAEoDCJVChhJbmNvTGl0ZUFkdmFuY2VkQUNMUHJvb2YSOQoPYWxsb3dhbmNlX3Byb29mGAEgASgLMiAuaW5jby5rbXMubGl0ZS52MS5BbGxvd2FuY2VQcm9vZiqkAgoXU3VwcG9ydGVkU2NhbGFyQmluYXJ5T3ASCwoHVEVFX0FERBAAEgsKB1RFRV9TVUIQARILCgdURUVfTVVMEAISCwoHVEVFX0RJVhADEgsKB1RFRV9SRU0QBBIPCgtURUVfQklUX0FORBAFEg4KClRFRV9CSVRfT1IQBhIPCgtURUVfQklUX1hPUhAHEgsKB1RFRV9TSEwQCBILCgdURUVfU0hSEAkSDAoIVEVFX1JPVEwQChIMCghURUVfUk9UUhALEgoKBlRFRV9FURAMEgoKBlRFRV9ORRANEgoKBlRFRV9HRRAOEgoKBlRFRV9HVBAPEgoKBlRFRV9MRRAQEgoKBlRFRV9MVBAREgsKB1RFRV9NSU4QEhILCgdURUVfTUFYEBNCO1o5Z2l0aHViLmNvbS9pbmNvLWZoZXZtL2luY28tbW9ub3JlcG8vY292YWxpZGF0b3Iva21zL3R5cGVzYgZwcm90bzM");
|
|
9
9
|
/**
|
|
10
10
|
* Describes the message inco.kms.lite.v1.ACLProof.
|
|
11
11
|
* Use `create(ACLProofSchema)` to create a new message.
|
|
@@ -38,7 +38,7 @@ export const AllowanceProofSchema = /*@__PURE__*/ messageDesc(file_inco_kms_lite
|
|
|
38
38
|
export const IncoLiteAdvancedACLProofSchema = /*@__PURE__*/ messageDesc(file_inco_kms_lite_v1_types, 5);
|
|
39
39
|
/**
|
|
40
40
|
* SupportedScalarBinaryOp enumerates the binary operations supported in attested compute.
|
|
41
|
-
* It's distinct from inco.covalidator.compute.v1.
|
|
41
|
+
* It's distinct from inco.covalidator.compute.v1.TeeOperation since only a subset of
|
|
42
42
|
* operations are supported.
|
|
43
43
|
*
|
|
44
44
|
* @generated from enum inco.kms.lite.v1.SupportedScalarBinaryOp
|
|
@@ -46,88 +46,88 @@ export const IncoLiteAdvancedACLProofSchema = /*@__PURE__*/ messageDesc(file_inc
|
|
|
46
46
|
export var SupportedScalarBinaryOp;
|
|
47
47
|
(function (SupportedScalarBinaryOp) {
|
|
48
48
|
/**
|
|
49
|
-
* @generated from enum value:
|
|
49
|
+
* @generated from enum value: TEE_ADD = 0;
|
|
50
50
|
*/
|
|
51
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
51
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_ADD"] = 0] = "TEE_ADD";
|
|
52
52
|
/**
|
|
53
|
-
* @generated from enum value:
|
|
53
|
+
* @generated from enum value: TEE_SUB = 1;
|
|
54
54
|
*/
|
|
55
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
55
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_SUB"] = 1] = "TEE_SUB";
|
|
56
56
|
/**
|
|
57
|
-
* @generated from enum value:
|
|
57
|
+
* @generated from enum value: TEE_MUL = 2;
|
|
58
58
|
*/
|
|
59
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
59
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_MUL"] = 2] = "TEE_MUL";
|
|
60
60
|
/**
|
|
61
|
-
* @generated from enum value:
|
|
61
|
+
* @generated from enum value: TEE_DIV = 3;
|
|
62
62
|
*/
|
|
63
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
63
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_DIV"] = 3] = "TEE_DIV";
|
|
64
64
|
/**
|
|
65
|
-
* @generated from enum value:
|
|
65
|
+
* @generated from enum value: TEE_REM = 4;
|
|
66
66
|
*/
|
|
67
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
67
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_REM"] = 4] = "TEE_REM";
|
|
68
68
|
/**
|
|
69
|
-
* @generated from enum value:
|
|
69
|
+
* @generated from enum value: TEE_BIT_AND = 5;
|
|
70
70
|
*/
|
|
71
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
71
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_BIT_AND"] = 5] = "TEE_BIT_AND";
|
|
72
72
|
/**
|
|
73
|
-
* @generated from enum value:
|
|
73
|
+
* @generated from enum value: TEE_BIT_OR = 6;
|
|
74
74
|
*/
|
|
75
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
75
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_BIT_OR"] = 6] = "TEE_BIT_OR";
|
|
76
76
|
/**
|
|
77
|
-
* @generated from enum value:
|
|
77
|
+
* @generated from enum value: TEE_BIT_XOR = 7;
|
|
78
78
|
*/
|
|
79
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
79
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_BIT_XOR"] = 7] = "TEE_BIT_XOR";
|
|
80
80
|
/**
|
|
81
|
-
* @generated from enum value:
|
|
81
|
+
* @generated from enum value: TEE_SHL = 8;
|
|
82
82
|
*/
|
|
83
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
83
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_SHL"] = 8] = "TEE_SHL";
|
|
84
84
|
/**
|
|
85
|
-
* @generated from enum value:
|
|
85
|
+
* @generated from enum value: TEE_SHR = 9;
|
|
86
86
|
*/
|
|
87
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
87
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_SHR"] = 9] = "TEE_SHR";
|
|
88
88
|
/**
|
|
89
|
-
* @generated from enum value:
|
|
89
|
+
* @generated from enum value: TEE_ROTL = 10;
|
|
90
90
|
*/
|
|
91
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
91
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_ROTL"] = 10] = "TEE_ROTL";
|
|
92
92
|
/**
|
|
93
|
-
* @generated from enum value:
|
|
93
|
+
* @generated from enum value: TEE_ROTR = 11;
|
|
94
94
|
*/
|
|
95
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
95
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_ROTR"] = 11] = "TEE_ROTR";
|
|
96
96
|
/**
|
|
97
|
-
* @generated from enum value:
|
|
97
|
+
* @generated from enum value: TEE_EQ = 12;
|
|
98
98
|
*/
|
|
99
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
99
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_EQ"] = 12] = "TEE_EQ";
|
|
100
100
|
/**
|
|
101
|
-
* @generated from enum value:
|
|
101
|
+
* @generated from enum value: TEE_NE = 13;
|
|
102
102
|
*/
|
|
103
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
103
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_NE"] = 13] = "TEE_NE";
|
|
104
104
|
/**
|
|
105
|
-
* @generated from enum value:
|
|
105
|
+
* @generated from enum value: TEE_GE = 14;
|
|
106
106
|
*/
|
|
107
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
107
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_GE"] = 14] = "TEE_GE";
|
|
108
108
|
/**
|
|
109
|
-
* @generated from enum value:
|
|
109
|
+
* @generated from enum value: TEE_GT = 15;
|
|
110
110
|
*/
|
|
111
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
111
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_GT"] = 15] = "TEE_GT";
|
|
112
112
|
/**
|
|
113
|
-
* @generated from enum value:
|
|
113
|
+
* @generated from enum value: TEE_LE = 16;
|
|
114
114
|
*/
|
|
115
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
115
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_LE"] = 16] = "TEE_LE";
|
|
116
116
|
/**
|
|
117
|
-
* @generated from enum value:
|
|
117
|
+
* @generated from enum value: TEE_LT = 17;
|
|
118
118
|
*/
|
|
119
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
119
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_LT"] = 17] = "TEE_LT";
|
|
120
120
|
/**
|
|
121
|
-
* @generated from enum value:
|
|
121
|
+
* @generated from enum value: TEE_MIN = 18;
|
|
122
122
|
*/
|
|
123
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
123
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_MIN"] = 18] = "TEE_MIN";
|
|
124
124
|
/**
|
|
125
|
-
* @generated from enum value:
|
|
125
|
+
* @generated from enum value: TEE_MAX = 19;
|
|
126
126
|
*/
|
|
127
|
-
SupportedScalarBinaryOp[SupportedScalarBinaryOp["
|
|
127
|
+
SupportedScalarBinaryOp[SupportedScalarBinaryOp["TEE_MAX"] = 19] = "TEE_MAX";
|
|
128
128
|
})(SupportedScalarBinaryOp || (SupportedScalarBinaryOp = {}));
|
|
129
129
|
/**
|
|
130
130
|
* Describes the enum inco.kms.lite.v1.SupportedScalarBinaryOp.
|
|
131
131
|
*/
|
|
132
132
|
export const SupportedScalarBinaryOpSchema = /*@__PURE__*/ enumDesc(file_inco_kms_lite_v1_types, 0);
|
|
133
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
133
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNfcGIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2VzL2luY28va21zL2xpdGUvdjEvdHlwZXNfcGIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUVBQWlFO0FBQ2pFLDhGQUE4RjtBQUM5RixvQkFBb0I7QUFHcEIsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFHL0U7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSwyQkFBMkIsR0FBWSxhQUFhLENBQy9ELFFBQVEsQ0FBQyxxNUNBQXE1QyxDQUFDLENBQUM7QUFvQ2w2Qzs7O0dBR0c7QUFDSCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQXlCLGFBQWEsQ0FDL0QsV0FBVyxDQUFDLDJCQUEyQixFQUFFLENBQUMsQ0FBQyxDQUFDO0FBeUI5Qzs7O0dBR0c7QUFDSCxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBZ0MsYUFBYSxDQUM3RSxXQUFXLENBQUMsMkJBQTJCLEVBQUUsQ0FBQyxDQUFDLENBQUM7QUFZOUM7OztHQUdHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQXNDLGFBQWEsQ0FDekYsV0FBVyxDQUFDLDJCQUEyQixFQUFFLENBQUMsQ0FBQyxDQUFDO0FBa0Q5Qzs7O0dBR0c7QUFDSCxNQUFNLENBQUMsTUFBTSxzQkFBc0IsR0FBaUMsYUFBYSxDQUMvRSxXQUFXLENBQUMsMkJBQTJCLEVBQUUsQ0FBQyxDQUFDLENBQUM7QUEyQzlDOzs7R0FHRztBQUNILE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUErQixhQUFhLENBQzNFLFdBQVcsQ0FBQywyQkFBMkIsRUFBRSxDQUFDLENBQUMsQ0FBQztBQWtCOUM7OztHQUdHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sOEJBQThCLEdBQXlDLGFBQWEsQ0FDL0YsV0FBVyxDQUFDLDJCQUEyQixFQUFFLENBQUMsQ0FBQyxDQUFDO0FBRTlDOzs7Ozs7R0FNRztBQUNILE1BQU0sQ0FBTixJQUFZLHVCQW9HWDtBQXBHRCxXQUFZLHVCQUF1QjtJQUNqQzs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILG1GQUFlLENBQUE7SUFFZjs7T0FFRztJQUNILGlGQUFjLENBQUE7SUFFZDs7T0FFRztJQUNILG1GQUFlLENBQUE7SUFFZjs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDJFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDhFQUFhLENBQUE7SUFFYjs7T0FFRztJQUNILDhFQUFhLENBQUE7SUFFYjs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDBFQUFXLENBQUE7SUFFWDs7T0FFRztJQUNILDRFQUFZLENBQUE7SUFFWjs7T0FFRztJQUNILDRFQUFZLENBQUE7QUFDZCxDQUFDLEVBcEdXLHVCQUF1QixLQUF2Qix1QkFBdUIsUUFvR2xDO0FBRUQ7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSw2QkFBNkIsR0FBcUMsYUFBYSxDQUMxRixRQUFRLENBQUMsMkJBQTJCLEVBQUUsQ0FBQyxDQUFDLENBQUMifQ==
|
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
export declare const lightningDeployments: readonly [{
|
|
2
|
+
readonly name: "incoLightning_12_0_0__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: 0;
|
|
16
|
+
readonly shortSalt: "873394282";
|
|
17
|
+
};
|
|
18
|
+
readonly blockNumber: 41405367;
|
|
19
|
+
readonly deployDate: "2026-05-12T09:43:45.656Z";
|
|
20
|
+
readonly commit: "v0.11.0-demonet-7-12-g82837bd9";
|
|
21
|
+
readonly active: true;
|
|
22
|
+
readonly includesPreviewFeatures: false;
|
|
23
|
+
readonly executorImpl: "0x4cdaa0d9f13AeA039673f4c5be50e6C37631f3Fd";
|
|
24
|
+
readonly verifierImpl: "0xaa8F2FaD6b695fAB9D21FA00f74148038496aDa1";
|
|
25
|
+
}, {
|
|
2
26
|
readonly name: "incoLightning_11_0_0__340321378";
|
|
3
27
|
readonly majorVersion: 11;
|
|
4
28
|
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
@@ -6,6 +30,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
6
30
|
readonly pepper: "testnet";
|
|
7
31
|
readonly executorAddress: "0x3cC345Eaa5bEe457AF9C0C3183335a67b62b0066";
|
|
8
32
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00af1f4ec3705e21d9e36c62";
|
|
33
|
+
readonly verifierAddress: "0x856802c3c762ddfAbDe9eaFb7aba66124AA97b4e";
|
|
9
34
|
readonly chainId: 84532;
|
|
10
35
|
readonly chainName: "Base Sepolia";
|
|
11
36
|
readonly version: {
|
|
@@ -19,6 +44,32 @@ export declare const lightningDeployments: readonly [{
|
|
|
19
44
|
readonly commit: "v0.10.0-devnet-2-12-gfac57f53-dirty";
|
|
20
45
|
readonly active: true;
|
|
21
46
|
readonly includesPreviewFeatures: false;
|
|
47
|
+
readonly executorImpl: "0x3c120ea08303ada9abdf7d68f490d375d88c816c";
|
|
48
|
+
readonly verifierImpl: "0x12d09b2b7224368e49a3a5b394af945ab08ac01b";
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: "incoLightning_11_0_1__473256067";
|
|
51
|
+
readonly majorVersion: 11;
|
|
52
|
+
readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
|
|
53
|
+
readonly owner: "0x8E0860785c9B9c99B17DCd8c1da89548dA140299";
|
|
54
|
+
readonly pepper: "demonet";
|
|
55
|
+
readonly executorAddress: "0xad9Af2e804FbF14d69391167F1FCDf918A3980fb";
|
|
56
|
+
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00056195a8d84ba47a58b683";
|
|
57
|
+
readonly verifierAddress: "0xD5dc612b26c09724F568Bf5A0f1275bd258805d9";
|
|
58
|
+
readonly chainId: 84532;
|
|
59
|
+
readonly chainName: "Base Sepolia";
|
|
60
|
+
readonly version: {
|
|
61
|
+
readonly major: 11;
|
|
62
|
+
readonly minor: 0;
|
|
63
|
+
readonly patch: 1;
|
|
64
|
+
readonly shortSalt: "473256067";
|
|
65
|
+
};
|
|
66
|
+
readonly blockNumber: 40887358;
|
|
67
|
+
readonly deployDate: "2026-04-30T09:56:46.927Z";
|
|
68
|
+
readonly commit: "v0.11.0-testnet-3-10-g6b4bb85b";
|
|
69
|
+
readonly active: true;
|
|
70
|
+
readonly includesPreviewFeatures: false;
|
|
71
|
+
readonly executorImpl: "0x9db0b06f1717d5c77c3157d30a95b62d0a6f0349";
|
|
72
|
+
readonly verifierImpl: "0x3592bc475fe2a1c63849f2b3af46647b7402bd2c";
|
|
22
73
|
}, {
|
|
23
74
|
readonly name: "incoLightning_10_0_0__266391127";
|
|
24
75
|
readonly majorVersion: 10;
|
|
@@ -27,6 +78,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
27
78
|
readonly pepper: "devnet";
|
|
28
79
|
readonly executorAddress: "0x9C6b74dff47644956e712B301aa3701b3141fF9C";
|
|
29
80
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0012dea2b242c4d3b620c657";
|
|
81
|
+
readonly verifierAddress: "0x15282A3136320a6C11d2468079DB1F26Fa9Ac001";
|
|
30
82
|
readonly chainId: 84532;
|
|
31
83
|
readonly chainName: "Base Sepolia";
|
|
32
84
|
readonly version: {
|
|
@@ -40,6 +92,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
40
92
|
readonly commit: "v0.8.0-devnet-32-6-ge1e857cf0-dirty";
|
|
41
93
|
readonly active: true;
|
|
42
94
|
readonly includesPreviewFeatures: false;
|
|
95
|
+
readonly executorImpl: "0x362c2f6792e2fe328fc9565949ca8f186f88773a";
|
|
96
|
+
readonly verifierImpl: "0x0233e1facb84bc1c76114b7df635cb2d889a4eea";
|
|
43
97
|
}, {
|
|
44
98
|
readonly name: "incoLightning_9_0_0__269218568";
|
|
45
99
|
readonly majorVersion: 9;
|
|
@@ -48,6 +102,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
48
102
|
readonly pepper: "devnet";
|
|
49
103
|
readonly executorAddress: "0x6c9132D324231D2F68a1491686b0d4c10ee7d257";
|
|
50
104
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007202d6e9ea2805def71308";
|
|
105
|
+
readonly verifierAddress: "0x0c03069f9632B016bc5d39EFf09EcdA100Be8424";
|
|
51
106
|
readonly chainId: 84532;
|
|
52
107
|
readonly chainName: "Base Sepolia";
|
|
53
108
|
readonly version: {
|
|
@@ -61,6 +116,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
61
116
|
readonly commit: "v0.8.0-devnet-13-40-gc1ceef103-dirty";
|
|
62
117
|
readonly active: true;
|
|
63
118
|
readonly includesPreviewFeatures: false;
|
|
119
|
+
readonly executorImpl: "0x2f2f5bce9dfc3c759ddd9337230bede594bbe428";
|
|
120
|
+
readonly verifierImpl: "0xc8dfe7e295c7641984685f87a66247139eeb7582";
|
|
64
121
|
}, {
|
|
65
122
|
readonly name: "incoLightning_8_0_0__985328058";
|
|
66
123
|
readonly majorVersion: 8;
|
|
@@ -90,6 +147,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
90
147
|
readonly pepper: "devnet";
|
|
91
148
|
readonly executorAddress: "0xA2275E60cCEd081fFD7373593c44ebc30E6Efe66";
|
|
92
149
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0057b7694d1492d2775d132b";
|
|
150
|
+
readonly verifierAddress: "0xe2Dc8809100770771a0AA5B4eCe545CA9bC10195";
|
|
93
151
|
readonly chainId: 84532;
|
|
94
152
|
readonly chainName: "Base Sepolia";
|
|
95
153
|
readonly version: {
|
|
@@ -103,6 +161,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
103
161
|
readonly commit: "v0.8.0-devnet-13-38-g52b1dfef3";
|
|
104
162
|
readonly active: true;
|
|
105
163
|
readonly includesPreviewFeatures: false;
|
|
164
|
+
readonly executorImpl: "0x7f875aec5795a2c4f74522df134aad81cc7ded35";
|
|
106
165
|
}, {
|
|
107
166
|
readonly name: "incoLightning_6_0_0__281949651";
|
|
108
167
|
readonly majorVersion: 6;
|
|
@@ -111,6 +170,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
111
170
|
readonly pepper: "devnet";
|
|
112
171
|
readonly executorAddress: "0xDF3830489208461f72Df6E45D0e6cbF9DBB74fe1";
|
|
113
172
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc009531587de02194b1b7a9d3";
|
|
173
|
+
readonly verifierAddress: "0xDAC31F2fbf1DB86e7A26099C199b4c092851080f";
|
|
114
174
|
readonly chainId: 84532;
|
|
115
175
|
readonly chainName: "Base Sepolia";
|
|
116
176
|
readonly version: {
|
|
@@ -124,6 +184,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
124
184
|
readonly commit: "v0.8.0-devnet-9-13-ge2ba2377";
|
|
125
185
|
readonly active: true;
|
|
126
186
|
readonly includesPreviewFeatures: false;
|
|
187
|
+
readonly executorImpl: "0x7af45d96b9ec580d59319c33b75af6f535b32e5a";
|
|
188
|
+
readonly verifierImpl: "0x2fca8caca9851fcee07913eb014636aef4aa3584";
|
|
127
189
|
}, {
|
|
128
190
|
readonly name: "incoLightningPreview_5_0_0__203964628";
|
|
129
191
|
readonly majorVersion: 5;
|
|
@@ -132,6 +194,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
132
194
|
readonly pepper: "devnet";
|
|
133
195
|
readonly executorAddress: "0x8D5D75CC00E2Fc84ec4dE085aE1708223591c6b6";
|
|
134
196
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00c573fb2bf617e75b6210d4";
|
|
197
|
+
readonly verifierAddress: "0xA06766200a27838DE02Ec9AF0125CBC4779b194d";
|
|
135
198
|
readonly chainId: 84532;
|
|
136
199
|
readonly chainName: "Base Sepolia";
|
|
137
200
|
readonly version: {
|
|
@@ -145,6 +208,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
145
208
|
readonly commit: "v0.8.0-devnet-8-8-ge2e37e00";
|
|
146
209
|
readonly active: true;
|
|
147
210
|
readonly includesPreviewFeatures: true;
|
|
211
|
+
readonly executorImpl: "0x75e2db9f74fc1086290199de9e68ff473574d828";
|
|
212
|
+
readonly verifierImpl: "0xb5a51782dad58abb611e06543c1db54a242b72b1";
|
|
148
213
|
}, {
|
|
149
214
|
readonly name: "incoLightningPreview_4_0_0__409204766";
|
|
150
215
|
readonly majorVersion: 4;
|
|
@@ -153,6 +218,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
153
218
|
readonly pepper: "devnet";
|
|
154
219
|
readonly executorAddress: "0x4046b737B454b0430FBF29cea070e3337AdE95aD";
|
|
155
220
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc003b3f2c4caeb6f787dcce1e";
|
|
221
|
+
readonly verifierAddress: "0x4756FBd1E0B0243FF6D2952FebD7B2C25C481f05";
|
|
156
222
|
readonly chainId: 84532;
|
|
157
223
|
readonly chainName: "Base Sepolia";
|
|
158
224
|
readonly version: {
|
|
@@ -166,6 +232,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
166
232
|
readonly commit: "v0.8.0-devnet-4-1-g48f40565-dirty";
|
|
167
233
|
readonly active: true;
|
|
168
234
|
readonly includesPreviewFeatures: true;
|
|
235
|
+
readonly executorImpl: "0xffd0555386f1b7618da4e1b10d3a78ff03bdb5f8";
|
|
236
|
+
readonly verifierImpl: "0x4d98f77b10b79df02a3657d208f5ef49b6bd6675";
|
|
169
237
|
}, {
|
|
170
238
|
readonly name: "incoLightningPreview_3_0_0__976859633";
|
|
171
239
|
readonly majorVersion: 3;
|
|
@@ -174,6 +242,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
174
242
|
readonly pepper: "devnet";
|
|
175
243
|
readonly executorAddress: "0x4732520194584a04Cac0224e067658619F4086bD";
|
|
176
244
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00ef1fab551c72a93b0637f1";
|
|
245
|
+
readonly verifierAddress: "0xc5687F93B8558DAB2e838B538D4f5Cb28bf062F1";
|
|
177
246
|
readonly chainId: 84532;
|
|
178
247
|
readonly chainName: "Base Sepolia";
|
|
179
248
|
readonly version: {
|
|
@@ -187,6 +256,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
187
256
|
readonly commit: "v0.7.9-7-g63b3d823-dirty";
|
|
188
257
|
readonly active: true;
|
|
189
258
|
readonly includesPreviewFeatures: true;
|
|
259
|
+
readonly executorImpl: "0x7662b6f0982dfb02fb5a176aa5406e2038fd0413";
|
|
260
|
+
readonly verifierImpl: "0x306656e5c1cf2526a685a08037194c08c0850399";
|
|
190
261
|
}, {
|
|
191
262
|
readonly name: "incoLightningPreview_2_0_0__889158349";
|
|
192
263
|
readonly majorVersion: 2;
|
|
@@ -195,6 +266,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
195
266
|
readonly pepper: "testnet";
|
|
196
267
|
readonly executorAddress: "0x168FDc3Ae19A5d5b03614578C58974FF30FCBe92";
|
|
197
268
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc005e0f44aac1a914b715cecd";
|
|
269
|
+
readonly verifierAddress: "0x4507d21774b152479D354FE7A6058A85193EFed0";
|
|
198
270
|
readonly chainId: 84532;
|
|
199
271
|
readonly chainName: "Base Sepolia";
|
|
200
272
|
readonly version: {
|
|
@@ -208,6 +280,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
208
280
|
readonly commit: "v0.7.5-1-g770d7d08-dirty";
|
|
209
281
|
readonly active: true;
|
|
210
282
|
readonly includesPreviewFeatures: true;
|
|
283
|
+
readonly executorImpl: "0x8ed6876106cb635c0cee4c4529b09cbddc9881af";
|
|
284
|
+
readonly verifierImpl: "0x161acaa1eece74d35ac838f7eb0c4c1a6be20094";
|
|
211
285
|
}, {
|
|
212
286
|
readonly name: "incoLightningPreview_2_0_0__467437523";
|
|
213
287
|
readonly majorVersion: 2;
|
|
@@ -216,6 +290,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
216
290
|
readonly pepper: "demonet";
|
|
217
291
|
readonly executorAddress: "0xA95EAbCE575f5f1e52605358Ee893F6536166378";
|
|
218
292
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0071f74686446f14c7b469d3";
|
|
293
|
+
readonly verifierAddress: "0x07B483c571F147f91b8C3a16AF813D70954A3371";
|
|
219
294
|
readonly chainId: 84532;
|
|
220
295
|
readonly chainName: "Base Sepolia";
|
|
221
296
|
readonly version: {
|
|
@@ -229,6 +304,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
229
304
|
readonly commit: "v0.7.6-testnet-1-dirty";
|
|
230
305
|
readonly active: true;
|
|
231
306
|
readonly includesPreviewFeatures: true;
|
|
307
|
+
readonly executorImpl: "0x9738f9cf0cdb50363bf973a7cd3587972eda97f5";
|
|
308
|
+
readonly verifierImpl: "0xfd66b8aa69215550904fea3cc1ddb1ad92145a33";
|
|
232
309
|
}, {
|
|
233
310
|
readonly name: "incoLightningPreview_2_0_0__976644394";
|
|
234
311
|
readonly majorVersion: 2;
|
|
@@ -237,6 +314,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
237
314
|
readonly pepper: "alphanet";
|
|
238
315
|
readonly executorAddress: "0xc0d693DeEF0A91CE39208676b6da09B822abd199";
|
|
239
316
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc000822f11f6e30f933e76d2a";
|
|
317
|
+
readonly verifierAddress: "0x88D1bEbCbEf8E9035d9b86Cb9eDBA10F06BDf49D";
|
|
240
318
|
readonly chainId: 84532;
|
|
241
319
|
readonly chainName: "Base Sepolia";
|
|
242
320
|
readonly version: {
|
|
@@ -250,6 +328,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
250
328
|
readonly commit: "v0.6.9-17-g217794f3-dirty";
|
|
251
329
|
readonly active: true;
|
|
252
330
|
readonly includesPreviewFeatures: true;
|
|
331
|
+
readonly executorImpl: "0xd3822728e4c6e284a3ac2236aa17e151f182701a";
|
|
332
|
+
readonly verifierImpl: "0x7c5645de301e2ffd73dfb8e3414415d10dc6ca3b";
|
|
253
333
|
}, {
|
|
254
334
|
readonly name: "incoLightningPreview_2_0_0__295237520";
|
|
255
335
|
readonly majorVersion: 2;
|
|
@@ -258,6 +338,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
258
338
|
readonly pepper: "devnet";
|
|
259
339
|
readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
|
|
260
340
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc008d5a963bd519d8493f5190";
|
|
341
|
+
readonly verifierAddress: "0x8eAD8084Bcd620eC3c692296906394D799B467ec";
|
|
261
342
|
readonly chainId: 9746;
|
|
262
343
|
readonly chainName: "Plasma Testnet";
|
|
263
344
|
readonly version: {
|
|
@@ -271,6 +352,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
271
352
|
readonly commit: "v0.7.4-dirty";
|
|
272
353
|
readonly active: true;
|
|
273
354
|
readonly includesPreviewFeatures: true;
|
|
355
|
+
readonly executorImpl: "0xaa19da35487c659eadd204ee7f70b4c74735e868";
|
|
356
|
+
readonly verifierImpl: "0x9fddae8044ffbc60359d08cc97b2a9ae6d006e6c";
|
|
274
357
|
}, {
|
|
275
358
|
readonly name: "incoLightningPreview_2_0_0__295237520";
|
|
276
359
|
readonly majorVersion: 2;
|
|
@@ -279,6 +362,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
279
362
|
readonly pepper: "devnet";
|
|
280
363
|
readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
|
|
281
364
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc008d5a963bd519d8493f5190";
|
|
365
|
+
readonly verifierAddress: "0x8eAD8084Bcd620eC3c692296906394D799B467ec";
|
|
282
366
|
readonly chainId: 84532;
|
|
283
367
|
readonly chainName: "Base Sepolia";
|
|
284
368
|
readonly version: {
|
|
@@ -292,6 +376,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
292
376
|
readonly commit: "v0.7.2-3-g4d31fa62-dirty";
|
|
293
377
|
readonly active: true;
|
|
294
378
|
readonly includesPreviewFeatures: true;
|
|
379
|
+
readonly executorImpl: "0x69513b81756bd942dabe24bd9d175ac42f1f1282";
|
|
380
|
+
readonly verifierImpl: "0xdb096d4a543731f9ff5091eac94a32bf2fc8550d";
|
|
295
381
|
}, {
|
|
296
382
|
readonly name: "incoLightningPreview_1_1_0__725458969";
|
|
297
383
|
readonly majorVersion: 1;
|
|
@@ -300,6 +386,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
300
386
|
readonly pepper: "alphanet";
|
|
301
387
|
readonly executorAddress: "0x28676Cd3b10b03b2FDF105Ba280425b45a674F2A";
|
|
302
388
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc004dfbe338c6966a22bcca19";
|
|
389
|
+
readonly verifierAddress: "0x6F6a198141e304dD9c977b07f45dbef1686e4705";
|
|
303
390
|
readonly chainId: 84532;
|
|
304
391
|
readonly chainName: "Base Sepolia";
|
|
305
392
|
readonly version: {
|
|
@@ -313,6 +400,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
313
400
|
readonly commit: "v0.6.9-16-g428d1837-dirty";
|
|
314
401
|
readonly active: true;
|
|
315
402
|
readonly includesPreviewFeatures: true;
|
|
403
|
+
readonly executorImpl: "0x0e2a5225f65268840f0f49e7093d5918be5a9cc3";
|
|
404
|
+
readonly verifierImpl: "0x418f089b9ac222d6eff2c25dd55af432e7b788e7";
|
|
316
405
|
}, {
|
|
317
406
|
readonly name: "incoLightningPreview_1_0_2__725458969";
|
|
318
407
|
readonly majorVersion: 1;
|
|
@@ -321,6 +410,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
321
410
|
readonly pepper: "alphanet";
|
|
322
411
|
readonly executorAddress: "0x28676Cd3b10b03b2FDF105Ba280425b45a674F2A";
|
|
323
412
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc004dfbe338c6966a22bcca19";
|
|
413
|
+
readonly verifierAddress: "0x6F6a198141e304dD9c977b07f45dbef1686e4705";
|
|
324
414
|
readonly chainId: 84532;
|
|
325
415
|
readonly chainName: "Base Sepolia";
|
|
326
416
|
readonly version: {
|
|
@@ -333,6 +423,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
333
423
|
readonly deployDate: "2025-10-09T13:55:42.997Z";
|
|
334
424
|
readonly commit: "v0.5.3-10-ga4f2312d";
|
|
335
425
|
readonly active: true;
|
|
426
|
+
readonly executorImpl: "0x0e2a5225f65268840f0f49e7093d5918be5a9cc3";
|
|
427
|
+
readonly verifierImpl: "0x418f089b9ac222d6eff2c25dd55af432e7b788e7";
|
|
336
428
|
}, {
|
|
337
429
|
readonly name: "incoLightningPreview_1_0_2__904635675";
|
|
338
430
|
readonly majorVersion: 1;
|
|
@@ -341,6 +433,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
341
433
|
readonly pepper: "devnet";
|
|
342
434
|
readonly executorAddress: "0x3473820DcAa71Af8157b93C7f2bf1c676A2A39A6";
|
|
343
435
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007d63c0fdca6698ac7cc51b";
|
|
436
|
+
readonly verifierAddress: "0xda5B164c6eD4D170e95184c24A4C97dE85D9688A";
|
|
344
437
|
readonly chainId: 9746;
|
|
345
438
|
readonly chainName: "Plasma Testnet";
|
|
346
439
|
readonly version: {
|
|
@@ -353,6 +446,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
353
446
|
readonly deployDate: "2025-10-03T13:24:44.682Z";
|
|
354
447
|
readonly commit: "v0.5.3-6-g8db0f27f-dirty";
|
|
355
448
|
readonly active: true;
|
|
449
|
+
readonly executorImpl: "0xa5e54313d736805e225bd26de0809bb6084a8366";
|
|
450
|
+
readonly verifierImpl: "0x04d0963a96e3c40acc3f6f540123910c0f05251f";
|
|
356
451
|
}, {
|
|
357
452
|
readonly name: "incoLightningPreview_1_0_0__904635675";
|
|
358
453
|
readonly majorVersion: 1;
|
|
@@ -361,6 +456,7 @@ export declare const lightningDeployments: readonly [{
|
|
|
361
456
|
readonly pepper: "devnet";
|
|
362
457
|
readonly executorAddress: "0x3473820DcAa71Af8157b93C7f2bf1c676A2A39A6";
|
|
363
458
|
readonly salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc007d63c0fdca6698ac7cc51b";
|
|
459
|
+
readonly verifierAddress: "0xda5B164c6eD4D170e95184c24A4C97dE85D9688A";
|
|
364
460
|
readonly chainId: 9746;
|
|
365
461
|
readonly chainName: "Plasma Testnet";
|
|
366
462
|
readonly version: {
|
|
@@ -373,6 +469,8 @@ export declare const lightningDeployments: readonly [{
|
|
|
373
469
|
readonly deployDate: "2025-09-29T11:14:02.599Z";
|
|
374
470
|
readonly commit: "v0.5.1-5-g4135c790-dirty";
|
|
375
471
|
readonly active: true;
|
|
472
|
+
readonly executorImpl: "0xa5e54313d736805e225bd26de0809bb6084a8366";
|
|
473
|
+
readonly verifierImpl: "0x04d0963a96e3c40acc3f6f540123910c0f05251f";
|
|
376
474
|
}, {
|
|
377
475
|
readonly name: "incoLightning_0_2_0__183408998";
|
|
378
476
|
readonly majorVersion: 0;
|