Skip to content

Commit 08da7d1

Browse files
committed
Add CBBTC and WEETH to spark multiply tokens
1 parent d626590 commit 08da7d1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

features/omni-kit/protocols/spark/settings.ts

+12-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ export const settings: OmniProtocolSettings = {
2222
supportedMainnetNetworkIds: [NetworkIds.MAINNET],
2323
supportedProducts: [OmniProductType.Borrow, OmniProductType.Multiply],
2424
supportedMultiplyTokens: {
25-
[NetworkIds.MAINNET]: ['ETH', 'WSTETH', 'RETH', 'DAI', 'SDAI', 'USDC', 'USDT', 'WBTC'],
25+
[NetworkIds.MAINNET]: [
26+
'ETH',
27+
'WSTETH',
28+
'RETH',
29+
'DAI',
30+
'SDAI',
31+
'USDC',
32+
'USDT',
33+
'WBTC',
34+
'CBBTC',
35+
'WEETH',
36+
],
2637
},
2738
steps: {
2839
borrow: {

0 commit comments

Comments
 (0)