@scallop-io/sui-scallop-sdk 0.46.63 → 0.47.0-alpha.2

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.
@@ -51,13 +51,13 @@ export declare class ScallopQuery {
51
51
  * @return Market pools data.
52
52
  */
53
53
  getMarketPools(poolCoinNames?: SupportPoolCoins[], indexer?: boolean): Promise<{
54
- eth?: import("../types").MarketPool | undefined;
55
- btc?: import("../types").MarketPool | undefined;
56
- usdc?: import("../types").MarketPool | undefined;
57
- usdt?: import("../types").MarketPool | undefined;
54
+ weth?: import("../types").MarketPool | undefined;
55
+ wbtc?: import("../types").MarketPool | undefined;
56
+ wusdc?: import("../types").MarketPool | undefined;
57
+ wusdt?: import("../types").MarketPool | undefined;
58
58
  sui?: import("../types").MarketPool | undefined;
59
- apt?: import("../types").MarketPool | undefined;
60
- sol?: import("../types").MarketPool | undefined;
59
+ wapt?: import("../types").MarketPool | undefined;
60
+ wsol?: import("../types").MarketPool | undefined;
61
61
  cetus?: import("../types").MarketPool | undefined;
62
62
  afsui?: import("../types").MarketPool | undefined;
63
63
  hasui?: import("../types").MarketPool | undefined;
@@ -84,13 +84,13 @@ export declare class ScallopQuery {
84
84
  * @return Market collaterals data.
85
85
  */
86
86
  getMarketCollaterals(collateralCoinNames?: SupportCollateralCoins[], indexer?: boolean): Promise<{
87
- eth?: import("../types").MarketCollateral | undefined;
88
- btc?: import("../types").MarketCollateral | undefined;
89
- usdc?: import("../types").MarketCollateral | undefined;
90
- usdt?: import("../types").MarketCollateral | undefined;
87
+ weth?: import("../types").MarketCollateral | undefined;
88
+ wbtc?: import("../types").MarketCollateral | undefined;
89
+ wusdc?: import("../types").MarketCollateral | undefined;
90
+ wusdt?: import("../types").MarketCollateral | undefined;
91
91
  sui?: import("../types").MarketCollateral | undefined;
92
- apt?: import("../types").MarketCollateral | undefined;
93
- sol?: import("../types").MarketCollateral | undefined;
92
+ wapt?: import("../types").MarketCollateral | undefined;
93
+ wsol?: import("../types").MarketCollateral | undefined;
94
94
  cetus?: import("../types").MarketCollateral | undefined;
95
95
  afsui?: import("../types").MarketCollateral | undefined;
96
96
  hasui?: import("../types").MarketCollateral | undefined;
@@ -173,10 +173,10 @@ export declare class ScallopQuery {
173
173
  * @return Spools data.
174
174
  */
175
175
  getSpools(stakeMarketCoinNames?: SupportStakeMarketCoins[], indexer?: boolean): Promise<{
176
- seth?: import("../types").Spool | undefined;
176
+ sweth?: import("../types").Spool | undefined;
177
177
  ssui?: import("../types").Spool | undefined;
178
- susdc?: import("../types").Spool | undefined;
179
- susdt?: import("../types").Spool | undefined;
178
+ swusdc?: import("../types").Spool | undefined;
179
+ swusdt?: import("../types").Spool | undefined;
180
180
  scetus?: import("../types").Spool | undefined;
181
181
  safsui?: import("../types").Spool | undefined;
182
182
  shasui?: import("../types").Spool | undefined;
@@ -216,10 +216,10 @@ export declare class ScallopQuery {
216
216
  * @return Stake pools data.
217
217
  */
218
218
  getStakePools(stakeMarketCoinNames?: SupportStakeMarketCoins[]): Promise<{
219
- seth?: import("../types").StakePool | undefined;
219
+ sweth?: import("../types").StakePool | undefined;
220
220
  ssui?: import("../types").StakePool | undefined;
221
- susdc?: import("../types").StakePool | undefined;
222
- susdt?: import("../types").StakePool | undefined;
221
+ swusdc?: import("../types").StakePool | undefined;
222
+ swusdt?: import("../types").StakePool | undefined;
223
223
  scetus?: import("../types").StakePool | undefined;
224
224
  safsui?: import("../types").StakePool | undefined;
225
225
  shasui?: import("../types").StakePool | undefined;
@@ -247,10 +247,10 @@ export declare class ScallopQuery {
247
247
  * @return Stake reward pools data.
248
248
  */
249
249
  getStakeRewardPools(stakeMarketCoinNames?: SupportStakeMarketCoins[]): Promise<{
250
- seth?: import("../types").StakeRewardPool | undefined;
250
+ sweth?: import("../types").StakeRewardPool | undefined;
251
251
  ssui?: import("../types").StakeRewardPool | undefined;
252
- susdc?: import("../types").StakeRewardPool | undefined;
253
- susdt?: import("../types").StakeRewardPool | undefined;
252
+ swusdc?: import("../types").StakeRewardPool | undefined;
253
+ swusdt?: import("../types").StakeRewardPool | undefined;
254
254
  scetus?: import("../types").StakeRewardPool | undefined;
255
255
  safsui?: import("../types").StakeRewardPool | undefined;
256
256
  shasui?: import("../types").StakeRewardPool | undefined;
@@ -275,9 +275,9 @@ export declare class ScallopQuery {
275
275
  * @return Borrow incentive pools data.
276
276
  */
277
277
  getBorrowIncentivePools(coinNames?: SupportBorrowIncentiveCoins[], indexer?: boolean): Promise<{
278
- eth?: import("../types").BorrowIncentivePool | undefined;
279
- usdc?: import("../types").BorrowIncentivePool | undefined;
280
- usdt?: import("../types").BorrowIncentivePool | undefined;
278
+ weth?: import("../types").BorrowIncentivePool | undefined;
279
+ wusdc?: import("../types").BorrowIncentivePool | undefined;
280
+ wusdt?: import("../types").BorrowIncentivePool | undefined;
281
281
  sui?: import("../types").BorrowIncentivePool | undefined;
282
282
  afsui?: import("../types").BorrowIncentivePool | undefined;
283
283
  hasui?: import("../types").BorrowIncentivePool | undefined;
@@ -292,9 +292,9 @@ export declare class ScallopQuery {
292
292
  * @return Borrow incentive accounts data.
293
293
  */
294
294
  getBorrowIncentiveAccounts(obligationId: string, coinNames?: SupportBorrowIncentiveCoins[]): Promise<{
295
- eth?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
296
- usdc?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
297
- usdt?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
295
+ weth?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
296
+ wusdc?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
297
+ wusdt?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
298
298
  sui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
299
299
  afsui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
300
300
  hasui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
@@ -310,13 +310,13 @@ export declare class ScallopQuery {
310
310
  * @return All lending and spool infomation.
311
311
  */
312
312
  getLendings(poolCoinNames?: SupportPoolCoins[], ownerAddress?: string, indexer?: boolean): Promise<{
313
- eth?: import("../types").Lending | undefined;
314
- btc?: import("../types").Lending | undefined;
315
- usdc?: import("../types").Lending | undefined;
316
- usdt?: import("../types").Lending | undefined;
313
+ weth?: import("../types").Lending | undefined;
314
+ wbtc?: import("../types").Lending | undefined;
315
+ wusdc?: import("../types").Lending | undefined;
316
+ wusdt?: import("../types").Lending | undefined;
317
317
  sui?: import("../types").Lending | undefined;
318
- apt?: import("../types").Lending | undefined;
319
- sol?: import("../types").Lending | undefined;
318
+ wapt?: import("../types").Lending | undefined;
319
+ wsol?: import("../types").Lending | undefined;
320
320
  cetus?: import("../types").Lending | undefined;
321
321
  afsui?: import("../types").Lending | undefined;
322
322
  hasui?: import("../types").Lending | undefined;
@@ -421,7 +421,7 @@ export declare class ScallopQuery {
421
421
  * @param ownerAddress - The owner address.
422
422
  * @return All market sCoin amounts.
423
423
  */
424
- getSCoinAmounts(sCoinNames?: SupportSCoin[], ownerAddress?: string): Promise<import("../types").OptionalKeys<Record<"seth" | "ssui" | "susdc" | "susdt" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "ssol" | "sbtc", number>>>;
424
+ getSCoinAmounts(sCoinNames?: SupportSCoin[], ownerAddress?: string): Promise<import("../types").OptionalKeys<Record<"sweth" | "ssui" | "swusdc" | "swusdt" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "swsol" | "swbtc", number>>>;
425
425
  /**
426
426
  * Get sCoin amount.
427
427
  *
@@ -436,7 +436,7 @@ export declare class ScallopQuery {
436
436
  * @returns
437
437
  */
438
438
  getSCoinSwapRate(fromSCoin: SupportSCoin, toSCoin: SupportSCoin): Promise<number>;
439
- getFlashLoanFees(assetCoinNames?: SupportAssetCoins[]): Promise<Record<"eth" | "btc" | "usdc" | "usdt" | "sui" | "apt" | "sol" | "cetus" | "afsui" | "hasui" | "vsui" | "sca", number>>;
439
+ getFlashLoanFees(assetCoinNames?: SupportAssetCoins[]): Promise<Record<"weth" | "wbtc" | "wusdc" | "wusdt" | "sui" | "wapt" | "wsol" | "cetus" | "afsui" | "hasui" | "vsui" | "sca", number>>;
440
440
  /**
441
441
  * Get supply limit of supply pool
442
442
  */
@@ -9,9 +9,9 @@ import type { SupportBorrowIncentiveCoins } from '../types';
9
9
  * @return Borrow incentive pools data.
10
10
  */
11
11
  export declare const queryBorrowIncentivePools: (query: ScallopQuery, borrowIncentiveCoinNames?: SupportBorrowIncentiveCoins[], indexer?: boolean) => Promise<{
12
- eth?: import("../types").BorrowIncentivePool | undefined;
13
- usdc?: import("../types").BorrowIncentivePool | undefined;
14
- usdt?: import("../types").BorrowIncentivePool | undefined;
12
+ weth?: import("../types").BorrowIncentivePool | undefined;
13
+ wusdc?: import("../types").BorrowIncentivePool | undefined;
14
+ wusdt?: import("../types").BorrowIncentivePool | undefined;
15
15
  sui?: import("../types").BorrowIncentivePool | undefined;
16
16
  afsui?: import("../types").BorrowIncentivePool | undefined;
17
17
  hasui?: import("../types").BorrowIncentivePool | undefined;
@@ -28,9 +28,9 @@ export declare const queryBorrowIncentivePools: (query: ScallopQuery, borrowInce
28
28
  export declare const queryBorrowIncentiveAccounts: ({ utils, }: {
29
29
  utils: ScallopUtils;
30
30
  }, obligationId: string, borrowIncentiveCoinNames?: SupportBorrowIncentiveCoins[]) => Promise<{
31
- eth?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
32
- usdc?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
33
- usdt?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
31
+ weth?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
32
+ wusdc?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
33
+ wusdt?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
34
34
  sui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
35
35
  afsui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
36
36
  hasui?: import("../types").ParsedBorrowIncentiveAccountData | undefined;
@@ -26,13 +26,13 @@ export declare const queryMarket: (query: ScallopQuery, indexer?: boolean) => Pr
26
26
  * @return Market pools data.
27
27
  */
28
28
  export declare const getMarketPools: (query: ScallopQuery, poolCoinNames?: SupportPoolCoins[], indexer?: boolean) => Promise<{
29
- eth?: MarketPool | undefined;
30
- btc?: MarketPool | undefined;
31
- usdc?: MarketPool | undefined;
32
- usdt?: MarketPool | undefined;
29
+ weth?: MarketPool | undefined;
30
+ wbtc?: MarketPool | undefined;
31
+ wusdc?: MarketPool | undefined;
32
+ wusdt?: MarketPool | undefined;
33
33
  sui?: MarketPool | undefined;
34
- apt?: MarketPool | undefined;
35
- sol?: MarketPool | undefined;
34
+ wapt?: MarketPool | undefined;
35
+ wsol?: MarketPool | undefined;
36
36
  cetus?: MarketPool | undefined;
37
37
  afsui?: MarketPool | undefined;
38
38
  hasui?: MarketPool | undefined;
@@ -63,13 +63,13 @@ export declare const getMarketPool: (query: ScallopQuery, poolCoinName: SupportP
63
63
  * @return Market collaterals data.
64
64
  */
65
65
  export declare const getMarketCollaterals: (query: ScallopQuery, collateralCoinNames?: SupportCollateralCoins[], indexer?: boolean) => Promise<{
66
- eth?: MarketCollateral | undefined;
67
- btc?: MarketCollateral | undefined;
68
- usdc?: MarketCollateral | undefined;
69
- usdt?: MarketCollateral | undefined;
66
+ weth?: MarketCollateral | undefined;
67
+ wbtc?: MarketCollateral | undefined;
68
+ wusdc?: MarketCollateral | undefined;
69
+ wusdt?: MarketCollateral | undefined;
70
70
  sui?: MarketCollateral | undefined;
71
- apt?: MarketCollateral | undefined;
72
- sol?: MarketCollateral | undefined;
71
+ wapt?: MarketCollateral | undefined;
72
+ wsol?: MarketCollateral | undefined;
73
73
  cetus?: MarketCollateral | undefined;
74
74
  afsui?: MarketCollateral | undefined;
75
75
  hasui?: MarketCollateral | undefined;
@@ -101,10 +101,10 @@ export declare const getObligations: ({ address, }: {
101
101
  * Query obligation locked status.
102
102
  *
103
103
  * @param query - The Scallop query instance.
104
- * @param obligationId - The obligation id.
104
+ * @param obligation - The obligation id or the obligation object.
105
105
  * @return Obligation locked status.
106
106
  */
107
- export declare const getObligationLocked: (cache: ScallopCache, obligationId: string) => Promise<boolean>;
107
+ export declare const getObligationLocked: (cache: ScallopCache, obligation: string | SuiObjectData) => Promise<boolean>;
108
108
  /**
109
109
  * Query obligation data.
110
110
  *
@@ -10,13 +10,13 @@ import type { Market, SupportPoolCoins, MarketPool, Spool, StakeAccount, Lending
10
10
  * @return User lending infomation for specific pools.
11
11
  */
12
12
  export declare const getLendings: (query: ScallopQuery, poolCoinNames?: SupportPoolCoins[], ownerAddress?: string, indexer?: boolean) => Promise<{
13
- eth?: Lending | undefined;
14
- btc?: Lending | undefined;
15
- usdc?: Lending | undefined;
16
- usdt?: Lending | undefined;
13
+ weth?: Lending | undefined;
14
+ wbtc?: Lending | undefined;
15
+ wusdc?: Lending | undefined;
16
+ wusdt?: Lending | undefined;
17
17
  sui?: Lending | undefined;
18
- apt?: Lending | undefined;
19
- sol?: Lending | undefined;
18
+ wapt?: Lending | undefined;
19
+ wsol?: Lending | undefined;
20
20
  cetus?: Lending | undefined;
21
21
  afsui?: Lending | undefined;
22
22
  hasui?: Lending | undefined;
@@ -19,7 +19,7 @@ export declare const getSCoinTotalSupply: ({ utils, }: {
19
19
  */
20
20
  export declare const getSCoinAmounts: ({ utils, }: {
21
21
  utils: ScallopUtils;
22
- }, sCoinNames?: SupportSCoin[], ownerAddress?: string) => Promise<OptionalKeys<Record<"seth" | "ssui" | "susdc" | "susdt" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "ssol" | "sbtc", number>>>;
22
+ }, sCoinNames?: SupportSCoin[], ownerAddress?: string) => Promise<OptionalKeys<Record<"sweth" | "ssui" | "swusdc" | "swusdt" | "scetus" | "safsui" | "shasui" | "svsui" | "ssca" | "swsol" | "swbtc", number>>>;
23
23
  /**
24
24
  * Query owned sCoin amount.
25
25
  *
@@ -9,10 +9,10 @@ import type { MarketPool, Spool, StakePool, StakeRewardPool, StakeAccounts, Supp
9
9
  * @return Spools data.
10
10
  */
11
11
  export declare const getSpools: (query: ScallopQuery, stakeMarketCoinNames?: SupportStakeMarketCoins[], indexer?: boolean) => Promise<{
12
- seth?: Spool | undefined;
12
+ sweth?: Spool | undefined;
13
13
  ssui?: Spool | undefined;
14
- susdc?: Spool | undefined;
15
- susdt?: Spool | undefined;
14
+ swusdc?: Spool | undefined;
15
+ swusdt?: Spool | undefined;
16
16
  scetus?: Spool | undefined;
17
17
  safsui?: Spool | undefined;
18
18
  shasui?: Spool | undefined;
@@ -34,7 +34,7 @@ export type SCoinConverterTreasury = {
34
34
  };
35
35
  type PickFromUnion<T, K extends string> = K extends T ? K : never;
36
36
  export type WormholeCoinIds = {
37
- [key in PickFromUnion<SupportAssetCoins, 'eth' | 'btc' | 'usdc' | 'usdt' | 'apt' | 'sol'>]: string;
37
+ [key in PickFromUnion<SupportAssetCoins, 'weth' | 'wbtc' | 'wusdc' | 'wusdt' | 'wapt' | 'wsol'>]: string;
38
38
  };
39
39
  export type VoloCoinIds = {
40
40
  [key in PickFromUnion<SupportAssetCoins, 'vsui'>]: string;
@@ -41,7 +41,7 @@ export declare const parseOriginBorrowIncentivesPoolPointData: (originBorrowInce
41
41
  * @return Parsed borrow incentive pool data
42
42
  */
43
43
  export declare const parseOriginBorrowIncentivePoolData: (originBorrowIncentivePoolData: OriginBorrowIncentivePoolData) => ParsedBorrowIncentivePoolData;
44
- export declare const calculateBorrowIncentivePoolPointData: (parsedBorrowIncentivePoolData: ParsedBorrowIncentivePoolData, parsedBorrowIncentivePoolPointData: ParsedBorrowIncentivePoolPointData, rewardCoinPrice: number, rewardCoinDecimal: number, poolCoinPrice: number, poolCoinDecimal: number) => CalculatedBorrowIncentivePoolPointData;
44
+ export declare const calculateBorrowIncentivePoolPointData: (parsedBorrowIncentivePoolPointData: ParsedBorrowIncentivePoolPointData, rewardCoinPrice: number, rewardCoinDecimal: number, poolCoinPrice: number, poolCoinDecimal: number) => CalculatedBorrowIncentivePoolPointData;
45
45
  export declare const parseOriginBorrowIncentiveAccountPoolPointData: (originBorrowIncentiveAccountPoolPointData: OriginBorrowIncentiveAccountPoolData) => ParsedBorrowIncentiveAccountPoolData;
46
46
  /**
47
47
  * Parse origin borrow incentive account data to a more readable format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scallop-io/sui-scallop-sdk",
3
- "version": "0.46.63",
3
+ "version": "0.47.0-alpha.2",
4
4
  "description": "Typescript sdk for interacting with Scallop contract on SUI",
5
5
  "keywords": [
6
6
  "sui",
@@ -175,6 +175,7 @@ const updatePrice = (
175
175
  coinType
176
176
  );
177
177
  }
178
+
178
179
  confirmPriceUpdateRequest(
179
180
  txBlock,
180
181
  xOraclePackageId,
@@ -231,6 +232,7 @@ const confirmPriceUpdateRequest = (
231
232
  /**
232
233
  * Construct a transaction block for update supra price.
233
234
  *
235
+ * @param type - The type of price rule.
234
236
  * @param txBlock - The transaction block.
235
237
  * @param packageId - The supra package id.
236
238
  * @param request - The result of the request.
@@ -257,6 +259,7 @@ const updateSupraPrice = (
257
259
  /**
258
260
  * Construct a transaction block for update switchboard price.
259
261
  *
262
+ * @param type - The type of price rule.
260
263
  * @param txBlock - The transaction block.
261
264
  * @param packageId - The switchboard package id.
262
265
  * @param request - The result of the request.
@@ -283,6 +286,7 @@ const updateSwitchboardPrice = (
283
286
  /**
284
287
  * Construct a transaction block for update pyth price.
285
288
  *
289
+ * @param type - The type of price rule.
286
290
  * @param txBlock - The transaction block.
287
291
  * @param packageId - The pyth package id.
288
292
  * @param request - The result of the request.
@@ -9,7 +9,8 @@ export const USE_TEST_ADDRESS = false;
9
9
  export const ADDRESSES_ID =
10
10
  IS_VE_SCA_TEST || USE_TEST_ADDRESS
11
11
  ? ('65fb07c39c845425d71d7b18' as const)
12
- : ('664dfe22898c36c159e28bc8' as const);
12
+ : ('66f8e7ed9bb9e07fdfb86bbb' as const);
13
+ // : ('664dfe22898c36c159e28bc8' as const);
13
14
  // : ('6601955b8b0024600a917079' as const);
14
15
  // : ('6462a088a7ace142bb6d7e9b' as const);
15
16
 
@@ -33,13 +34,13 @@ export const OLD_BORROW_INCENTIVE_PROTOCOL_ID =
33
34
  '0xc63072e7f5f4983a2efaf5bdba1480d5e7d74d57948e1c7cc436f8e22cbeb410' as const;
34
35
 
35
36
  export const SUPPORT_POOLS = [
36
- 'eth',
37
- 'btc',
38
- 'usdc',
39
- 'usdt',
37
+ 'weth',
38
+ 'wbtc',
39
+ 'wusdc',
40
+ 'wusdt',
40
41
  'sui',
41
- 'apt',
42
- 'sol',
42
+ 'wapt',
43
+ 'wsol',
43
44
  'cetus',
44
45
  'afsui',
45
46
  'hasui',
@@ -48,13 +49,13 @@ export const SUPPORT_POOLS = [
48
49
  ] as const;
49
50
 
50
51
  export const SUPPORT_COLLATERALS = [
51
- 'eth',
52
- 'btc',
53
- 'usdc',
54
- 'usdt',
52
+ 'weth',
53
+ 'wbtc',
54
+ 'wusdc',
55
+ 'wusdt',
55
56
  'sui',
56
- 'apt',
57
- 'sol',
57
+ 'wapt',
58
+ 'wsol',
58
59
  'cetus',
59
60
  'afsui',
60
61
  'hasui',
@@ -63,10 +64,10 @@ export const SUPPORT_COLLATERALS = [
63
64
  ] as const;
64
65
 
65
66
  export const SUPPORT_SPOOLS = [
66
- 'seth',
67
+ 'sweth',
67
68
  'ssui',
68
- 'susdc',
69
- 'susdt',
69
+ 'swusdc',
70
+ 'swusdt',
70
71
  'scetus',
71
72
  'safsui',
72
73
  'shasui',
@@ -75,28 +76,28 @@ export const SUPPORT_SPOOLS = [
75
76
 
76
77
  export const SUPPORT_SCOIN = [
77
78
  'ssui',
78
- 'susdc',
79
- 'susdt',
79
+ 'swusdc',
80
+ 'swusdt',
80
81
  'safsui',
81
82
  'shasui',
82
83
  'svsui',
83
- 'seth',
84
+ 'sweth',
84
85
  'ssca',
85
86
  'scetus',
86
- 'ssol',
87
- 'sbtc',
87
+ 'swsol',
88
+ 'swbtc',
88
89
  ] as const;
89
90
 
90
91
  export const SUPPORT_SPOOLS_REWARDS = ['sui'] as const;
91
92
 
92
93
  export const SUPPORT_BORROW_INCENTIVE_POOLS = [
93
94
  'sui',
94
- 'usdc',
95
- 'usdt',
95
+ 'wusdc',
96
+ 'wusdt',
96
97
  'afsui',
97
98
  'hasui',
98
99
  'vsui',
99
- 'eth',
100
+ 'weth',
100
101
  'sca',
101
102
  ] as const;
102
103