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-bitgo committed Dec 11, 2023
1 parent b578210 commit c8eab8f
Show file tree
Hide file tree
Showing 20 changed files with 71 additions and 2,107 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
9 changes: 2 additions & 7 deletions modules/sdk-coin-atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,14 @@
]
},
"dependencies": {
"@bitgo/abstract-cosmos": "^1.15.0",
"@bitgo/sdk-core": "^16.0.0",
"@bitgo/sdk-lib-mpc": "^8.23.0",
"@bitgo/statics": "^37.0.0",
"@bitgo/utxo-lib": "^9.24.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.29.5",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"bignumber.js": "^9.1.1",
"cosmjs-types": "^0.6.1",
"lodash": "^4.17.21",
"superagent": "^3.8.3"
"bignumber.js": "^9.1.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.32.0",
Expand Down
Loading

0 comments on commit c8eab8f

Please sign in to comment.