@scallop-io/sui-scallop-sdk 1.3.5-rc.1 → 1.4.0

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.
@@ -15,6 +15,6 @@ export declare const SUPPORT_SUI_BRIDGE: readonly ["sbeth"];
15
15
  export declare const SUPPORT_WORMHOLE: readonly ["wusdc", "wusdt", "weth", "wbtc", "wapt", "wsol"];
16
16
  export declare const SUPPORT_SPOOLS_REWARDS: readonly ["sui"];
17
17
  export declare const SUPPORT_BORROW_INCENTIVE_POOLS: readonly ["sui", "wusdc", "wusdt", "afsui", "hasui", "vsui", "weth", "sbeth", "sca", "usdc"];
18
- export declare const SUPPORT_BORROW_INCENTIVE_REWARDS: readonly ["usdc", "sbeth", "weth", "wbtc", "wusdc", "wusdt", "sui", "wapt", "wsol", "cetus", "afsui", "hasui", "vsui", "sca", "fud", "deep", "susdc", "ssbeth", "ssui", "swusdc", "swusdt", "safsui", "shasui", "svsui", "sweth", "ssca", "scetus", "swsol", "swbtc", "sdeep", "sfud"];
18
+ export declare const SUPPORT_BORROW_INCENTIVE_REWARDS: readonly ["sui", "sca"];
19
19
  export declare const SUPPORT_ORACLES: readonly ["supra", "switchboard", "pyth"];
20
20
  export declare const SUPPORT_PACKAGES: readonly ["coinDecimalsRegistry", "math", "whitelist", "x", "protocol", "protocolWhitelist", "query", "supra", "pyth", "switchboard", "xOracle", "testCoin"];
@@ -6,9 +6,9 @@ export declare const sCoins: types.SCoins;
6
6
  export declare const stakeMarketCoins: types.StakeMarketCoins;
7
7
  export declare const spoolRewardCoins: types.StakeRewardCoins;
8
8
  export declare const suiBridgeCoins: types.SuiBridgeCoins;
9
+ export declare const borrowIncentiveRewardCoins: types.BorrowIncentiveRewardCoins;
9
10
  export declare const coinIds: types.AssetCoinIds;
10
11
  export declare const wormholeCoinIds: types.WormholeCoinIds;
11
12
  export declare const voloCoinIds: types.VoloCoinIds;
12
13
  export declare const sCoinIds: types.SCoinIds;
13
14
  export declare const sCoinTypeToName: Record<string, "susdc" | "ssbeth" | "sweth" | "swbtc" | "swusdc" | "swusdt" | "ssui" | "swsol" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "sfud" | "sdeep">;
14
- export declare const sCoinRawNameToName: Record<string, "susdc" | "ssbeth" | "sweth" | "swbtc" | "swusdc" | "swusdt" | "ssui" | "swsol" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "sfud" | "sdeep">;
@@ -1,2 +1,2 @@
1
1
  export declare const DEFAULT_TOKENS_PER_INTERVAL = 50;
2
- export declare const DEFAULT_INTERVAL_IN_MS = 300;
2
+ export declare const DEFAULT_INTERVAL_IN_MS = 100;