@scallop-io/sui-scallop-sdk 0.47.0 → 0.47.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/dist/index.mjs CHANGED
@@ -3160,6 +3160,17 @@ var getStakeAccounts = async ({
3160
3160
  points,
3161
3161
  totalPoints
3162
3162
  });
3163
+ } else if (normalizeStructTag4(type) === stakeMarketCoinTypes.susdc) {
3164
+ stakeAccounts.susdc.push({
3165
+ id,
3166
+ type: normalizeStructTag4(type),
3167
+ stakePoolId,
3168
+ stakeType: normalizeStructTag4(stakeType),
3169
+ staked,
3170
+ index,
3171
+ points,
3172
+ totalPoints
3173
+ });
3163
3174
  }
3164
3175
  }
3165
3176
  }