File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 "node" : " >=18 <23"
2828 },
2929 "dependencies" : {
30+ "@bitgo/sdk-coin-ada" : " ^4.11.5" ,
3031 "@bitgo/sdk-coin-algo" : " ^2.3.5" ,
3132 "@bitgo/sdk-coin-apechain" : " ^1.1.3" ,
3233 "@bitgo/sdk-coin-apt" : " ^2.4.5" ,
Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ export { Asi };
124124import * as Sol from '@bitgo/sdk-coin-sol' ;
125125export { Sol } ;
126126
127+ import * as Ada from '@bitgo/sdk-coin-ada' ;
128+ export { Ada } ;
129+
127130import * as Dot from '@bitgo/sdk-coin-dot' ;
128131export { Dot } ;
129132
@@ -316,6 +319,10 @@ const coinBuilderMap = {
316319const coinMessageBuilderFactoryMap = {
317320 eth : Eth . MessageBuilderFactory ,
318321 hteth : Eth . MessageBuilderFactory ,
322+ ada : Ada . MessageBuilderFactory ,
323+ tada : Ada . MessageBuilderFactory ,
324+ sol : Sol . MessageBuilderFactory ,
325+ tsol : Sol . MessageBuilderFactory ,
319326} ;
320327
321328coins
You can’t perform that action at this time.
0 commit comments