Skip to content

Commit

Permalink
refactor(sdk-coin-atom): use abstract-cosmos
Browse files Browse the repository at this point in the history
Ticket: WIN-1192
  • Loading branch information
hitansh-madan committed Dec 9, 2023
1 parent cb52b1a commit 8a52bea
Show file tree
Hide file tree
Showing 19 changed files with 69 additions and 2,100 deletions.
1 change: 1 addition & 0 deletions modules/abstract-cosmos/src/cosmosCoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export class CosmosCoin extends BaseCoin {
return [userKeyDerivedCombined, backupKeyCombined];
}

// TODO(BG-78714): Reduce code duplication between this and eth.ts
private async signRecoveryTSS(
userKeyCombined: ECDSA.KeyCombined,
backupKeyCombined: ECDSA.KeyCombined,
Expand Down
Loading

0 comments on commit 8a52bea

Please sign in to comment.