File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,12 @@ export const SONEIUM_FEATURES = [
532
532
CoinFeature . USES_NON_PACKED_ENCODING_FOR_TXDATA ,
533
533
] ;
534
534
535
- export const POLYX_FEATURES = [ ...ACCOUNT_COIN_DEFAULT_FEATURES , CoinFeature . TSS , CoinFeature . TSS_COLD ] ;
535
+ export const POLYX_FEATURES = [
536
+ ...ACCOUNT_COIN_DEFAULT_FEATURES ,
537
+ CoinFeature . TSS ,
538
+ CoinFeature . TSS_COLD ,
539
+ CoinFeature . STAKING ,
540
+ ] ;
536
541
537
542
export const ETH_FEATURES_WITH_FRANKFURT = [ ...ETH_FEATURES , CoinFeature . CUSTODY_BITGO_FRANKFURT ] ;
538
543
export const ETH_FEATURES_WITH_GERMANY = [ ...ETH_FEATURES , CoinFeature . CUSTODY_BITGO_GERMANY ] ;
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ export const coins = CoinMap.fromCoins([
1502
1502
6 ,
1503
1503
UnderlyingAsset . POLYX ,
1504
1504
BaseUnit . POLYX ,
1505
- [ ... POLYX_FEATURES , CoinFeature . STAKING ] ,
1505
+ POLYX_FEATURES ,
1506
1506
KeyCurve . Ed25519
1507
1507
) ,
1508
1508
account (
You can’t perform that action at this time.
0 commit comments