@inco/js 0.7.6-testnet → 0.7.6-testnet-1

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.
@@ -3,9 +3,9 @@ export declare const localNodeLightningConfig: {
3
3
  readonly executorAddress: "0x168FDc3Ae19A5d5b03614578C58974FF30FCBe92";
4
4
  readonly chainId: 31337;
5
5
  readonly covalidatorUrls: readonly ["http://localhost:50055"];
6
- readonly signers: readonly ["0x8b714aeBBA92F5569883A20FbcAE51074296131a"];
6
+ readonly signers: readonly ["0x8586714c02340Dc28935977d8E864f1F8E1c30B2"];
7
7
  readonly hostChainRpcUrl: "http://localhost:8545";
8
- readonly senderPrivateKey: "0x06eb7d8c56733aa24b09e70dcf1c4a636acfc24ffd2850ce1a43413d09e8d625";
8
+ readonly senderPrivateKey: "0x3ff395b755c4dc09837d0672dd421915e9b9835a4733edf63d8fd12b3fe4475c";
9
9
  };
10
10
  readonly devnet: {
11
11
  readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
@@ -9,10 +9,10 @@ exports.localNodeLightningConfig = {
9
9
  "http://localhost:50055"
10
10
  ],
11
11
  "signers": [
12
- "0x8b714aeBBA92F5569883A20FbcAE51074296131a"
12
+ "0x8586714c02340Dc28935977d8E864f1F8E1c30B2"
13
13
  ],
14
14
  "hostChainRpcUrl": "http://localhost:8545",
15
- "senderPrivateKey": "0x06eb7d8c56733aa24b09e70dcf1c4a636acfc24ffd2850ce1a43413d09e8d625"
15
+ "senderPrivateKey": "0x3ff395b755c4dc09837d0672dd421915e9b9835a4733edf63d8fd12b3fe4475c"
16
16
  },
17
17
  "devnet": {
18
18
  "executorAddress": "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED",
@@ -3,9 +3,9 @@ export declare const localNodeLightningConfig: {
3
3
  readonly executorAddress: "0x168FDc3Ae19A5d5b03614578C58974FF30FCBe92";
4
4
  readonly chainId: 31337;
5
5
  readonly covalidatorUrls: readonly ["http://localhost:50055"];
6
- readonly signers: readonly ["0x8b714aeBBA92F5569883A20FbcAE51074296131a"];
6
+ readonly signers: readonly ["0x8586714c02340Dc28935977d8E864f1F8E1c30B2"];
7
7
  readonly hostChainRpcUrl: "http://localhost:8545";
8
- readonly senderPrivateKey: "0x06eb7d8c56733aa24b09e70dcf1c4a636acfc24ffd2850ce1a43413d09e8d625";
8
+ readonly senderPrivateKey: "0x3ff395b755c4dc09837d0672dd421915e9b9835a4733edf63d8fd12b3fe4475c";
9
9
  };
10
10
  readonly devnet: {
11
11
  readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
@@ -6,10 +6,10 @@ export const localNodeLightningConfig = {
6
6
  "http://localhost:50055"
7
7
  ],
8
8
  "signers": [
9
- "0x8b714aeBBA92F5569883A20FbcAE51074296131a"
9
+ "0x8586714c02340Dc28935977d8E864f1F8E1c30B2"
10
10
  ],
11
11
  "hostChainRpcUrl": "http://localhost:8545",
12
- "senderPrivateKey": "0x06eb7d8c56733aa24b09e70dcf1c4a636acfc24ffd2850ce1a43413d09e8d625"
12
+ "senderPrivateKey": "0x3ff395b755c4dc09837d0672dd421915e9b9835a4733edf63d8fd12b3fe4475c"
13
13
  },
14
14
  "devnet": {
15
15
  "executorAddress": "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED",
@@ -3,9 +3,9 @@ export declare const localNodeLightningConfig: {
3
3
  readonly executorAddress: "0x168FDc3Ae19A5d5b03614578C58974FF30FCBe92";
4
4
  readonly chainId: 31337;
5
5
  readonly covalidatorUrls: readonly ["http://localhost:50055"];
6
- readonly signers: readonly ["0x8b714aeBBA92F5569883A20FbcAE51074296131a"];
6
+ readonly signers: readonly ["0x8586714c02340Dc28935977d8E864f1F8E1c30B2"];
7
7
  readonly hostChainRpcUrl: "http://localhost:8545";
8
- readonly senderPrivateKey: "0x06eb7d8c56733aa24b09e70dcf1c4a636acfc24ffd2850ce1a43413d09e8d625";
8
+ readonly senderPrivateKey: "0x3ff395b755c4dc09837d0672dd421915e9b9835a4733edf63d8fd12b3fe4475c";
9
9
  };
10
10
  readonly devnet: {
11
11
  readonly executorAddress: "0xC64BB070D6F5aa796e79fA19c1008647ffF736ED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/js",
3
- "version": "0.7.6-testnet",
3
+ "version": "0.7.6-testnet-1",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,