Skip to content

Commit

Permalink
Merge pull request #5105 from BitGo/WIN-3612
Browse files Browse the repository at this point in the history
chore(account-lib): add xrp to account-lib
  • Loading branch information
hitansh-madan authored Nov 7, 2024
2 parents 19d7019 + e201ce6 commit cefc46d
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 241 deletions.
1 change: 1 addition & 0 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@bitgo/sdk-coin-tia": "^3.0.12",
"@bitgo/sdk-coin-ton": "^3.4.0",
"@bitgo/sdk-coin-trx": "^2.0.43",
"@bitgo/sdk-coin-xrp": "^3.3.0",
"@bitgo/sdk-coin-xtz": "^2.1.41",
"@bitgo/sdk-coin-zeta": "^3.0.12",
"@bitgo/sdk-coin-zketh": "^2.0.35",
Expand Down
3 changes: 3 additions & 0 deletions modules/account-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ export { Sui };
import * as Ton from '@bitgo/sdk-coin-ton';
export { Ton };

import * as XRP from '@bitgo/sdk-coin-xrp';
export { XRP };

import * as zkEth from '@bitgo/sdk-coin-zketh';
export { zkEth };

Expand Down
3 changes: 3 additions & 0 deletions modules/account-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
{
"path": "../sdk-coin-trx"
},
{
"path": "../sdk-coin-xrp"
},
{
"path": "../sdk-coin-xtz"
},
Expand Down
Loading

0 comments on commit cefc46d

Please sign in to comment.