@inco/lightning 0.1.31 → 0.1.32

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.32
4
+
5
+ - Fix up wrong values for demonet keys and addresses
6
+
3
7
  ## 0.1.31
4
8
 
5
9
  - Implement batching callbacks with `DecryptionHandler.sol` as source-of-truth for pending callbacks [#629](https://github.com/Inco-fhevm/inco-monorepo/pull/629) [#616](https://github.com/Inco-fhevm/inco-monorepo/pull/629)
package/manifest.yaml CHANGED
@@ -97,9 +97,9 @@ incoLightning_0_1_29__863421733:
97
97
  shortSalt: "863421733"
98
98
  salt: "0x8202d2d747784cb7d48868e44c42c4bf162a70bc00834654f6d289ccc7e5ab25"
99
99
  deployments:
100
- - decryptSigner: "0x000000000000000000000000000000000000baBe"
101
- eciesPublicKey: "0x000000000000000000000000000000000000000000000000000000000000\
102
- 000000000000000000000000000000000000000000000000000000000000000000babe"
100
+ - decryptSigner: "0xA8822DE8910f66D3d03F1eAfe2C0141dBc327Ee0"
101
+ eciesPublicKey: "0x048a582d29083c2f3fefe024bf4dd9ab913ab8973716977da5f01106e0b8\
102
+ 4095b1e647a9e377175fcb66bda05087c93b05e1fd53a704d0914bb23a0b2a69e9f235"
103
103
  chainId: "84532"
104
104
  blockNumber: "25719113"
105
105
  chainName: Base Sepolia
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/lightning",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "files": [
6
6
  "src/",