@scallop-io/sui-scallop-sdk 2.1.1-merge-split-ve-sca-alpha.1 → 2.1.2-merge-split-ve-sca-alpha.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.d.mts CHANGED
@@ -304,7 +304,7 @@ type ScallopConstantsParams = {
304
304
  poolAddressesApiUrl?: string;
305
305
  whitelistApiUrl?: string;
306
306
  forcePoolAddressInterface?: Record<string, PoolAddress>;
307
- forceWhitelistInterface?: Whitelist;
307
+ forceWhitelistInterface?: Whitelist | Record<string, any>;
308
308
  } & ScallopAddressParams;
309
309
  declare class ScallopConstants extends ScallopAddress {
310
310
  readonly params: ScallopConstantsParams;
package/dist/index.d.ts CHANGED
@@ -304,7 +304,7 @@ type ScallopConstantsParams = {
304
304
  poolAddressesApiUrl?: string;
305
305
  whitelistApiUrl?: string;
306
306
  forcePoolAddressInterface?: Record<string, PoolAddress>;
307
- forceWhitelistInterface?: Whitelist;
307
+ forceWhitelistInterface?: Whitelist | Record<string, any>;
308
308
  } & ScallopAddressParams;
309
309
  declare class ScallopConstants extends ScallopAddress {
310
310
  readonly params: ScallopConstantsParams;