Skip to content

Commit cefc46d

Browse files
Merge pull request #5105 from BitGo/WIN-3612
chore(account-lib): add xrp to account-lib
2 parents 19d7019 + e201ce6 commit cefc46d

File tree

4 files changed

+281
-241
lines changed

4 files changed

+281
-241
lines changed

modules/account-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@bitgo/sdk-coin-tia": "^3.0.12",
6060
"@bitgo/sdk-coin-ton": "^3.4.0",
6161
"@bitgo/sdk-coin-trx": "^2.0.43",
62+
"@bitgo/sdk-coin-xrp": "^3.3.0",
6263
"@bitgo/sdk-coin-xtz": "^2.1.41",
6364
"@bitgo/sdk-coin-zeta": "^3.0.12",
6465
"@bitgo/sdk-coin-zketh": "^2.0.35",

modules/account-lib/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ export { Sui };
128128
import * as Ton from '@bitgo/sdk-coin-ton';
129129
export { Ton };
130130

131+
import * as XRP from '@bitgo/sdk-coin-xrp';
132+
export { XRP };
133+
131134
import * as zkEth from '@bitgo/sdk-coin-zketh';
132135
export { zkEth };
133136

modules/account-lib/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
{
9595
"path": "../sdk-coin-trx"
9696
},
97+
{
98+
"path": "../sdk-coin-xrp"
99+
},
97100
{
98101
"path": "../sdk-coin-xtz"
99102
},

0 commit comments

Comments
 (0)