@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 +6 -0
- package/_cjs/environments/definitions/ethereum/contracts.js +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/environments/definitions/ethereum/contracts.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/client/createMoonwellClient.d.ts +2 -2
- package/_types/environments/definitions/ethereum/contracts.d.ts +1 -1
- package/_types/environments/index.d.ts +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/environments/definitions/ethereum/contracts.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
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: "
|
|
11
|
+
views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
|
|
12
12
|
multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
|
|
13
13
|
},
|
|
14
14
|
});
|
package/_cjs/errors/version.js
CHANGED
|
@@ -5,7 +5,7 @@ export const contracts = createContractsConfig({
|
|
|
5
5
|
contracts: {
|
|
6
6
|
stakingToken: "stkWELL",
|
|
7
7
|
governanceToken: "WELL",
|
|
8
|
-
views: "
|
|
8
|
+
views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
|
|
9
9
|
multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
|
|
10
10
|
},
|
|
11
11
|
});
|
package/_esm/errors/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.16.
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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.
|
|
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: "
|
|
9
|
+
views: "0x2d85b9c48a8c582f0AA244e134e9C6f30Cf7786e",
|
|
10
10
|
multichainGovernor: "0x8769B70ac7c93AF0e75de0D69877709B66d75838",
|
|
11
11
|
},
|
|
12
12
|
});
|
package/errors/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.16.
|
|
1
|
+
export const version = '0.16.1'
|