@scallop-io/sui-scallop-sdk 0.42.6 → 0.42.8

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.
@@ -1,6 +1,8 @@
1
- import type { SupportCoinDecimals, AssetCoins, MarketCoins, StakeMarketCoins, RewardCoins } from '../types';
1
+ import type { SupportCoinDecimals, AssetCoins, MarketCoins, StakeMarketCoins, RewardCoins, AssetCoinIds, WormholeCoinIds } from '../types';
2
2
  export declare const coinDecimals: SupportCoinDecimals;
3
3
  export declare const assetCoins: AssetCoins;
4
4
  export declare const marketCoins: MarketCoins;
5
5
  export declare const stakeMarketCoins: StakeMarketCoins;
6
6
  export declare const rewardCoins: RewardCoins;
7
+ export declare const coinIds: AssetCoinIds;
8
+ export declare const wormholeCoinIds: WormholeCoinIds;