File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6060 "@bitgo/sdk-coin-opeth" : " ^18.3.2" ,
6161 "@bitgo/sdk-coin-osmo" : " ^3.0.48" ,
6262 "@bitgo/sdk-coin-polygon" : " ^21.1.3" ,
63+ "@bitgo/sdk-coin-polyx" : " ^1.0.4" ,
6364 "@bitgo/sdk-coin-rbtc" : " ^2.0.79" ,
6465 "@bitgo/sdk-coin-rune" : " ^1.1.36" ,
6566 "@bitgo/sdk-coin-sei" : " ^3.0.48" ,
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ export { Bsc };
134134import * as Polygon from '@bitgo/sdk-coin-polygon' ;
135135export { Polygon } ;
136136
137+ import * as Polyx from '@bitgo/sdk-coin-polyx' ;
138+ export { Polyx } ;
139+
137140import * as Opeth from '@bitgo/sdk-coin-opeth' ;
138141export { Opeth } ;
139142
@@ -291,6 +294,8 @@ const coinBuilderMap = {
291294 tstt : Stt . TransactionBuilder ,
292295 soneium : Soneium . TransactionBuilder ,
293296 tsoneium : Soneium . TransactionBuilder ,
297+ polyx : Polyx . TransactionBuilderFactory ,
298+ tpolyx : Polyx . TransactionBuilderFactory ,
294299} ;
295300
296301/**
You can’t perform that action at this time.
0 commit comments