@carrot-protocol/clend-rpc 0.1.42-emissions-fix1-dev-91820fb → 0.1.42

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.
Files changed (2) hide show
  1. package/dist/rpc.js +1 -1
  2. package/package.json +1 -1
package/dist/rpc.js CHANGED
@@ -2112,7 +2112,7 @@ class ClendClient {
2112
2112
  // Filter 2: Check if the FIRST balance entry is active
2113
2113
  {
2114
2114
  memcmp: {
2115
- offset: 40, // Offset to balances[0].active (8 + 32)
2115
+ offset: 72, // Offset to balances[0].active (8 + 32)
2116
2116
  bytes: "2", // Base58 encoding of the byte '1' (which means true)
2117
2117
  },
2118
2118
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/clend-rpc",
3
- "version": "0.1.42-emissions-fix1-dev-91820fb",
3
+ "version": "0.1.42",
4
4
  "description": "Carrot Lend RPC Client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",