@moonwell-fi/moonwell-sdk 0.16.0 → 0.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @moonwell-fi/moonwell-sdk
2
2
 
3
+ ## 0.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#286](https://github.com/moonwell-fi/moonwell-sdk/pull/286) [`d1b7d7b7e4b014d6d5aaea4a2f3eccf8428781db`](https://github.com/moonwell-fi/moonwell-sdk/commit/d1b7d7b7e4b014d6d5aaea4a2f3eccf8428781db) Thanks [@bprofiro](https://github.com/bprofiro)! - Update Ethereum mainnet `views` contract address to `0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e`.
8
+
3
9
  ## 0.16.0
4
10
 
5
11
  ### Minor Changes
@@ -8,7 +8,7 @@ exports.contracts = (0, config_js_1.createContractsConfig)({
8
8
  contracts: {
9
9
  stakingToken: "stkWELL",
10
10
  governanceToken: "WELL",
11
- views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895",
11
+ views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
12
12
  multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
13
13
  },
14
14
  });
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.16.0';
4
+ exports.version = '0.16.1';
5
5
  //# sourceMappingURL=version.js.map
@@ -5,7 +5,7 @@ export const contracts = createContractsConfig({
5
5
  contracts: {
6
6
  stakingToken: "stkWELL",
7
7
  governanceToken: "WELL",
8
- views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895",
8
+ views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
9
9
  multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
10
10
  },
11
11
  });
@@ -1,2 +1,2 @@
1
- export const version = '0.16.0';
1
+ export const version = '0.16.1';
2
2
  //# sourceMappingURL=version.js.map
@@ -1272,7 +1272,7 @@ export declare const createMoonwellClient: <const networks>(config: {
1272
1272
  }, {}, {}, {
1273
1273
  readonly stakingToken: "stkWELL";
1274
1274
  readonly governanceToken: "WELL";
1275
- readonly views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895";
1275
+ readonly views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e";
1276
1276
  readonly multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838";
1277
1277
  }, {
1278
1278
  governance: {
@@ -2568,7 +2568,7 @@ export declare const createMoonwellClient: <const networks>(config: {
2568
2568
  }, {}, {}, {
2569
2569
  readonly stakingToken: "stkWELL";
2570
2570
  readonly governanceToken: "WELL";
2571
- readonly views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895";
2571
+ readonly views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e";
2572
2572
  readonly multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838";
2573
2573
  }, {
2574
2574
  governance: {
@@ -1,7 +1,7 @@
1
1
  export declare const contracts: {
2
2
  readonly stakingToken: "stkWELL";
3
3
  readonly governanceToken: "WELL";
4
- readonly views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895";
4
+ readonly views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e";
5
5
  readonly multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838";
6
6
  };
7
7
  //# sourceMappingURL=contracts.d.ts.map
@@ -2197,7 +2197,7 @@ export declare const publicEnvironments: {
2197
2197
  }, {}, {}, {
2198
2198
  readonly stakingToken: "stkWELL";
2199
2199
  readonly governanceToken: "WELL";
2200
- readonly views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895";
2200
+ readonly views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e";
2201
2201
  readonly multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838";
2202
2202
  }, {
2203
2203
  governance: {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.16.0";
1
+ export declare const version = "0.16.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -6,7 +6,7 @@ export const contracts = createContractsConfig({
6
6
  contracts: {
7
7
  stakingToken: "stkWELL",
8
8
  governanceToken: "WELL",
9
- views: "0xA061Ed814bBd1b03e8df0B7AbEbc40f4A6feb895",
9
+ views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
10
10
  multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
11
11
  },
12
12
  });
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.16.0'
1
+ export const version = '0.16.1'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonwell-fi/moonwell-sdk",
3
3
  "description": "TypeScript Interface for Moonwell",
4
- "version": "0.16.0",
4
+ "version": "0.16.1",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",