Skip to content

Commit

Permalink
Merge pull request #4044 from BitGo/EA-2169
Browse files Browse the repository at this point in the history
feat(statics): added coin staking feature for stx and cspr
  • Loading branch information
noel-bitgo authored Nov 8, 2023
2 parents 1a75e88 + 4aa74d0 commit e8f577b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const CSPR_FEATURES = [
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.CUSTODY_BITGO_FRANKFURT,
CoinFeature.MULTISIG_COLD,
CoinFeature.STAKING,
];
const ALGO_FEATURES = [
...AccountCoin.DEFAULT_FEATURES,
Expand Down Expand Up @@ -202,6 +203,7 @@ const STX_FEATURES = [
CoinFeature.CUSTODY_BITGO_GERMANY,
CoinFeature.CUSTODY_BITGO_FRANKFURT,
CoinFeature.MULTISIG_COLD,
CoinFeature.STAKING,
];
const NEAR_FEATURES = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.TSS, CoinFeature.TSS_COLD, CoinFeature.STAKING];
const MATIC_FEATURES = [
Expand Down

0 comments on commit e8f577b

Please sign in to comment.