Skip to content

Commit 575a6b7

Browse files
authored
Merge pull request #5172 from BitGo/yiyiwang/wct/update_sdk_for_test
feat(statics): SC-552 add staking feature to TWCT token
2 parents d20fcd3 + c6abf54 commit 575a6b7

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,
@@ -19093,7 +19095,8 @@ export const coins = CoinMap.fromCoins([
1909319095
'Wallet Connect',
1909419096
18,
1909519097
'0x75bb6dca2cd6f9a0189c478bbb8f7ee2fef07c78',
19096-
UnderlyingAsset['topeth:cnkt']
19098+
UnderlyingAsset['topeth:cnkt'],
19099+
WCT_FEATURES
1909719100
),
1909819101
zkethErc20(
1909919102
'53f0e845-f415-44d3-8517-7565dc346390',

0 commit comments

Comments
 (0)