We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d20fcd3 + c6abf54 commit 575a6b7Copy full SHA for 575a6b7
modules/statics/src/coins.ts
@@ -388,6 +388,8 @@ const TIA_FEATURES = [
388
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
389
CoinFeature.CUSTODY_BITGO_FRANKFURT,
390
];
391
+const WCT_FEATURES = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.STAKING];
392
+
393
export const coins = CoinMap.fromCoins([
394
...lightningCoins,
395
...utxoCoins,
@@ -19093,7 +19095,8 @@ export const coins = CoinMap.fromCoins([
19093
19095
'Wallet Connect',
19094
19096
18,
19097
'0x75bb6dca2cd6f9a0189c478bbb8f7ee2fef07c78',
- UnderlyingAsset['topeth:cnkt']
19098
+ UnderlyingAsset['topeth:cnkt'],
19099
+ WCT_FEATURES
19100
),
19101
zkethErc20(
19102
'53f0e845-f415-44d3-8517-7565dc346390',
0 commit comments