File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -447,12 +447,7 @@ export const TAO_FEATURES = [
447447 CoinFeature . STAKING ,
448448] ;
449449
450- export const POLYX_FEATURES = [
451- ...AccountCoin . DEFAULT_FEATURES ,
452- CoinFeature . TSS ,
453- CoinFeature . TSS_COLD ,
454- CoinFeature . STAKING ,
455- ] ;
450+ export const POLYX_FEATURES = [ ...AccountCoin . DEFAULT_FEATURES , CoinFeature . TSS , CoinFeature . TSS_COLD ] ;
456451
457452export const ETH_FEATURES_WITH_FRANKFURT = [ ...ETH_FEATURES , CoinFeature . CUSTODY_BITGO_FRANKFURT ] ;
458453export const ETH_FEATURES_WITH_GERMANY = [ ...ETH_FEATURES , CoinFeature . CUSTODY_BITGO_GERMANY ] ;
Original file line number Diff line number Diff line change @@ -1395,7 +1395,7 @@ export const coins = CoinMap.fromCoins([
13951395 6 ,
13961396 UnderlyingAsset . POLYX ,
13971397 BaseUnit . POLYX ,
1398- POLYX_FEATURES ,
1398+ [ ... POLYX_FEATURES , CoinFeature . STAKING ] ,
13991399 KeyCurve . Ed25519
14001400 ) ,
14011401 account (
You can’t perform that action at this time.
0 commit comments