Skip to content

Commit

Permalink
Merge pull request #3777 from BitGo/EA-1099_Add_staking_feature_to_ADA
Browse files Browse the repository at this point in the history
feat(statics): add staking feature to ADA
  • Loading branch information
margueriteblair authored Jul 31, 2023
2 parents cb6ab28 + 5425036 commit 4017aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/ada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class Ada extends BaseCoin {
CoinFeature.TRANSACTION_DATA,
CoinFeature.REQUIRES_BIG_NUMBER,
CoinFeature.CUSTODY_BITGO_TRUST,
CoinFeature.STAKING,
];

public readonly network: AdaNetwork;
Expand Down

0 comments on commit 4017aa4

Please sign in to comment.