lynx-client 0.0.1-beta.7 → 0.0.1-beta.8

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.
@@ -16,8 +16,8 @@ exports.LensAddresses = {
16
16
  },
17
17
  fantom: {
18
18
  lexLens: "0xB5A5041654391a720953D346367D3A3BE9c3d47B",
19
- tradingFloorLensLens: "0x30377D42736Bf4b40A67C18e5dFC7f45496e8569",
20
- intentsVerifierLens: "0xD9E77b2A3E9B1a21aC256802bB86Cba3e21627E7",
19
+ tradingFloorLensLens: "0x2B913d10452c93Bb7184B5B4fb7e3724452fE0fB",
20
+ intentsVerifierLens: "0x5cf3613de36106C10674778C5748FAf9630c3D94",
21
21
  triggersAndPortalLens: "0x9544C73C97BD292a1F09ef671A5f8CcDf9Ff5429",
22
22
  },
23
23
  flare: {
@@ -13,8 +13,8 @@ export declare const LensAddresses: {
13
13
  };
14
14
  readonly fantom: {
15
15
  readonly lexLens: "0xB5A5041654391a720953D346367D3A3BE9c3d47B";
16
- readonly tradingFloorLensLens: "0x30377D42736Bf4b40A67C18e5dFC7f45496e8569";
17
- readonly intentsVerifierLens: "0xD9E77b2A3E9B1a21aC256802bB86Cba3e21627E7";
16
+ readonly tradingFloorLensLens: "0x2B913d10452c93Bb7184B5B4fb7e3724452fE0fB";
17
+ readonly intentsVerifierLens: "0x5cf3613de36106C10674778C5748FAf9630c3D94";
18
18
  readonly triggersAndPortalLens: "0x9544C73C97BD292a1F09ef671A5f8CcDf9Ff5429";
19
19
  };
20
20
  readonly flare: {
@@ -16,8 +16,8 @@ exports.LensAddresses = {
16
16
  },
17
17
  fantom: {
18
18
  lexLens: "0xB5A5041654391a720953D346367D3A3BE9c3d47B",
19
- tradingFloorLensLens: "0x30377D42736Bf4b40A67C18e5dFC7f45496e8569",
20
- intentsVerifierLens: "0xD9E77b2A3E9B1a21aC256802bB86Cba3e21627E7",
19
+ tradingFloorLensLens: "0x2B913d10452c93Bb7184B5B4fb7e3724452fE0fB",
20
+ intentsVerifierLens: "0x5cf3613de36106C10674778C5748FAf9630c3D94",
21
21
  triggersAndPortalLens: "0x9544C73C97BD292a1F09ef671A5f8CcDf9Ff5429",
22
22
  },
23
23
  flare: {
@@ -13,8 +13,8 @@ export declare const LensAddresses: {
13
13
  };
14
14
  readonly fantom: {
15
15
  readonly lexLens: "0xB5A5041654391a720953D346367D3A3BE9c3d47B";
16
- readonly tradingFloorLensLens: "0x30377D42736Bf4b40A67C18e5dFC7f45496e8569";
17
- readonly intentsVerifierLens: "0xD9E77b2A3E9B1a21aC256802bB86Cba3e21627E7";
16
+ readonly tradingFloorLensLens: "0x2B913d10452c93Bb7184B5B4fb7e3724452fE0fB";
17
+ readonly intentsVerifierLens: "0x5cf3613de36106C10674778C5748FAf9630c3D94";
18
18
  readonly triggersAndPortalLens: "0x9544C73C97BD292a1F09ef671A5f8CcDf9Ff5429";
19
19
  };
20
20
  readonly flare: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lynx-client",
3
- "version": "0.0.1-beta.7",
3
+ "version": "0.0.1-beta.8",
4
4
  "description": "Client library for interacting with Lynx publicly available services",
5
5
 
6
6
  "main": "./dist/cjs/index.js",