@carrot-protocol/boost-http-client 0.2.15-group-refactor1-dev-c424fc7 → 0.2.15-group-refactor1-dev-44d9397
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/index.js +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/src/types.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -213,6 +213,7 @@ class Client {
|
|
|
213
213
|
const clendAccountAddress = new anchor_1.web3.PublicKey(accountAndSumary.clendAccount.key);
|
|
214
214
|
const clendAccount = {
|
|
215
215
|
key: clendAccountAddress,
|
|
216
|
+
group: new anchor_1.web3.PublicKey(ca.group),
|
|
216
217
|
balances: clendAccountBalances,
|
|
217
218
|
netValue: Number(ca.netValue),
|
|
218
219
|
netApy: Number(ca.netApy),
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED