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.
1 parent 3357a62 commit c6abf54Copy full SHA for c6abf54
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,
@@ -19084,7 +19086,8 @@ export const coins = CoinMap.fromCoins([
19084
19086
'Wallet Connect',
19085
19087
18,
19088
'0x75bb6dca2cd6f9a0189c478bbb8f7ee2fef07c78',
- UnderlyingAsset['topeth:cnkt']
19089
+ UnderlyingAsset['topeth:cnkt'],
19090
+ WCT_FEATURES
19091
),
19092
zkethErc20(
19093
'53f0e845-f415-44d3-8517-7565dc346390',
0 commit comments