@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.
- package/dist/rpc.js +1 -1
- 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:
|
|
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
|
},
|