@scallop-io/sui-scallop-sdk 2.3.10 → 2.3.11

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.d.mts CHANGED
@@ -3307,6 +3307,34 @@ declare const POOL_ADDRESSES: {
3307
3307
  pythFeedObjectId: string;
3308
3308
  flashloanFeeObject: string;
3309
3309
  };
3310
+ hasui: {
3311
+ coinName: string;
3312
+ symbol: string;
3313
+ lendingPoolAddress: string;
3314
+ collateralPoolAddress: string;
3315
+ borrowDynamic: string;
3316
+ interestModel: string;
3317
+ riskModel: string;
3318
+ borrowFeeKey: string;
3319
+ supplyLimitKey: string;
3320
+ borrowLimitKey: string;
3321
+ isolatedAssetKey: string;
3322
+ isIsolated: boolean;
3323
+ spool: string;
3324
+ spoolReward: string;
3325
+ sCoinType: string;
3326
+ sCoinTreasury: string;
3327
+ sCoinMetadataId: string;
3328
+ sCoinSymbol: string;
3329
+ sCoinName: string;
3330
+ coinMetadataId: string;
3331
+ coinType: string;
3332
+ spoolName: string;
3333
+ decimals: number;
3334
+ pythFeed: string;
3335
+ pythFeedObjectId: string;
3336
+ flashloanFeeObject: string;
3337
+ };
3310
3338
  };
3311
3339
 
3312
3340
  declare const UNLOCK_ROUND_DURATION: number;
package/dist/index.d.ts CHANGED
@@ -3307,6 +3307,34 @@ declare const POOL_ADDRESSES: {
3307
3307
  pythFeedObjectId: string;
3308
3308
  flashloanFeeObject: string;
3309
3309
  };
3310
+ hasui: {
3311
+ coinName: string;
3312
+ symbol: string;
3313
+ lendingPoolAddress: string;
3314
+ collateralPoolAddress: string;
3315
+ borrowDynamic: string;
3316
+ interestModel: string;
3317
+ riskModel: string;
3318
+ borrowFeeKey: string;
3319
+ supplyLimitKey: string;
3320
+ borrowLimitKey: string;
3321
+ isolatedAssetKey: string;
3322
+ isIsolated: boolean;
3323
+ spool: string;
3324
+ spoolReward: string;
3325
+ sCoinType: string;
3326
+ sCoinTreasury: string;
3327
+ sCoinMetadataId: string;
3328
+ sCoinSymbol: string;
3329
+ sCoinName: string;
3330
+ coinMetadataId: string;
3331
+ coinType: string;
3332
+ spoolName: string;
3333
+ decimals: number;
3334
+ pythFeed: string;
3335
+ pythFeedObjectId: string;
3336
+ flashloanFeeObject: string;
3337
+ };
3310
3338
  };
3311
3339
 
3312
3340
  declare const UNLOCK_ROUND_DURATION: number;