File tree Expand file tree Collapse file tree 4 files changed +281
-241
lines changed
Expand file tree Collapse file tree 4 files changed +281
-241
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ export { Sui };
128128import * as Ton from '@bitgo/sdk-coin-ton' ;
129129export { Ton } ;
130130
131+ import * as XRP from '@bitgo/sdk-coin-xrp' ;
132+ export { XRP } ;
133+
131134import * as zkEth from '@bitgo/sdk-coin-zketh' ;
132135export { zkEth } ;
133136
Original file line number Diff line number Diff line change 9494 {
9595 "path" : " ../sdk-coin-trx"
9696 },
97+ {
98+ "path" : " ../sdk-coin-xrp"
99+ },
97100 {
98101 "path" : " ../sdk-coin-xtz"
99102 },
You can’t perform that action at this time.
0 commit comments