Skip to content

Commit c6abf54

Browse files
feat(statics): add staking feature to TWCT tokens
Ticket: SC-552
1 parent 3357a62 commit c6abf54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ const TIA_FEATURES = [
388388
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
389389
CoinFeature.CUSTODY_BITGO_FRANKFURT,
390390
];
391+
const WCT_FEATURES = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.STAKING];
392+
391393
export const coins = CoinMap.fromCoins([
392394
...lightningCoins,
393395
...utxoCoins,
@@ -19084,7 +19086,8 @@ export const coins = CoinMap.fromCoins([
1908419086
'Wallet Connect',
1908519087
18,
1908619088
'0x75bb6dca2cd6f9a0189c478bbb8f7ee2fef07c78',
19087-
UnderlyingAsset['topeth:cnkt']
19089+
UnderlyingAsset['topeth:cnkt'],
19090+
WCT_FEATURES
1908819091
),
1908919092
zkethErc20(
1909019093
'53f0e845-f415-44d3-8517-7565dc346390',

0 commit comments

Comments
 (0)