From 2a900c66c91d1d2b894521d27e5dc8577ef1d205 Mon Sep 17 00:00:00 2001 From: Aditya Veer Parmar Date: Mon, 15 Jun 2026 18:32:36 +0000 Subject: [PATCH 1/2] RELEASING: Releasing 1 package(s) Releases: @moonwell-fi/moonwell-sdk@0.20.2 [skip ci] --- .changeset/moo-413-ethereum-multireward-distributor.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/moo-413-ethereum-multireward-distributor.md diff --git a/.changeset/moo-413-ethereum-multireward-distributor.md b/.changeset/moo-413-ethereum-multireward-distributor.md deleted file mode 100644 index 7990694f..00000000 --- a/.changeset/moo-413-ethereum-multireward-distributor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonwell-fi/moonwell-sdk": patch ---- - -Add the Ethereum `multiRewardDistributor` (MRD_PROXY `0x60142B8d76FaC5b88cfB422Ba1aA905d2171851c`, the comptroller's `rewardDistributor()`) to the Ethereum environment config, mirroring Base and Optimism (MOO-413). The SDK derives reward APRs from the `views` contract, but the frontend's reward-claim flow branches on this address: when present it claims via the comptroller's `claimReward`, and when absent it falls back to the Moonbeam `0x…0808` precompile `batchAll` path, which reverts on Ethereum. Without it, the WELL rewards MIP-X59 starts accruing on the four Ethereum Core markets (ETH, USDC, USDT, cbBTC) would be displayed but not claimable. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 932f471d..6251c024 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonwell-fi/moonwell-sdk +## 0.20.2 + +### Patch Changes + +- [#306](https://github.com/moonwell-fi/moonwell-sdk/pull/306) [`5c709c5d2341d06a7ee8f446a7a14abebfd1f12d`](https://github.com/moonwell-fi/moonwell-sdk/commit/5c709c5d2341d06a7ee8f446a7a14abebfd1f12d) Thanks [@bprofiro](https://github.com/bprofiro)! - Add the Ethereum `multiRewardDistributor` (MRD_PROXY `0x60142B8d76FaC5b88cfB422Ba1aA905d2171851c`, the comptroller's `rewardDistributor()`) to the Ethereum environment config, mirroring Base and Optimism (MOO-413). The SDK derives reward APRs from the `views` contract, but the frontend's reward-claim flow branches on this address: when present it claims via the comptroller's `claimReward`, and when absent it falls back to the Moonbeam `0x…0808` precompile `batchAll` path, which reverts on Ethereum. Without it, the WELL rewards MIP-X59 starts accruing on the four Ethereum Core markets (ETH, USDC, USDT, cbBTC) would be displayed but not claimable. + ## 0.20.1 ### Patch Changes diff --git a/src/package.json b/src/package.json index eebf2538..4cf64cf7 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "@moonwell-fi/moonwell-sdk", "description": "TypeScript Interface for Moonwell", - "version": "0.20.1", + "version": "0.20.2", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js", From ff2da46295f0cce5eff7f91a41992d0c39fea987 Mon Sep 17 00:00:00 2001 From: Aditya Veer Parmar Date: Mon, 15 Jun 2026 18:32:43 +0000 Subject: [PATCH 2/2] Version Packages --- src/errors/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/errors/version.ts b/src/errors/version.ts index 80d9248b..c93189eb 100644 --- a/src/errors/version.ts +++ b/src/errors/version.ts @@ -1 +1 @@ -export const version = "0.20.1"; +export const version = "0.20.2";