@inco/lightning 0.2.15 → 0.2.17

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/manifest.yaml CHANGED
@@ -100,6 +100,21 @@ incoLightning_alphanet_v0_297966649:
100
100
  executorAddress: "0x4651DfD7729aE5568092E7351fAaD872266d4CBd"
101
101
  salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc0023f7798f470fdf5e9da639"
102
102
  deployments:
103
+ - name: incoLightningPreview_0_2_1__297966649
104
+ chainId: "84532"
105
+ chainName: Base Sepolia
106
+ version:
107
+ major: 0
108
+ minor: 2
109
+ patch: 1
110
+ shortSalt: "297966649"
111
+ decryptSigner: "0x4736F8CE685760017eEc130AC3FFc6187f5A1F95"
112
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b8\
113
+ 4095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235"
114
+ blockNumber: "27543410"
115
+ deployDate: 2025-06-25T12:38:32.856Z
116
+ commit: v5-17-ga03e4b32-dirty
117
+ active: true
103
118
  - name: incoLightningPreview_0_2_0__297966649
104
119
  chainId: "84532"
105
120
  chainName: Base Sepolia
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/lightning",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "files": [
6
6
  "src/",
@@ -10,4 +10,4 @@ pragma solidity ^0.8;
10
10
  string constant CONTRACT_NAME = "incoLightning";
11
11
  uint8 constant MAJOR_VERSION = 0;
12
12
  uint8 constant MINOR_VERSION = 2;
13
- uint8 constant PATCH_VERSION = 0;
13
+ uint8 constant PATCH_VERSION = 1;