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 5252 "@bitgo/sdk-coin-eth" : " ^25.4.2" ,
5353 "@bitgo/sdk-coin-evm" : " ^1.10.1" ,
5454 "@bitgo/sdk-coin-flr" : " ^1.6.17" ,
55+ "@bitgo/sdk-coin-flrp" : " ^1.4.1" ,
5556 "@bitgo/sdk-coin-hash" : " ^3.6.17" ,
5657 "@bitgo/sdk-coin-hbar" : " ^2.5.11" ,
5758 "@bitgo/sdk-coin-icp" : " ^1.19.17" ,
Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ export { CosmosSharedCoin };
206206import * as Canton from '@bitgo/sdk-coin-canton' ;
207207export { Canton } ;
208208
209+ import { FlrPLib as FlrP } from '@bitgo/sdk-coin-flrp' ;
210+ export { FlrP } ;
211+
209212import { MIDNIGHT_TNC_HASH } from './utils' ;
210213export { MIDNIGHT_TNC_HASH } ;
211214
@@ -320,6 +323,8 @@ const coinBuilderMap = {
320323 tvet : Vet . TransactionBuilderFactory ,
321324 canton : Canton . TransactionBuilderFactory ,
322325 tcanton : Canton . TransactionBuilderFactory ,
326+ flrp : FlrP . TransactionBuilderFactory ,
327+ tflrp : FlrP . TransactionBuilderFactory ,
323328} ;
324329
325330const coinMessageBuilderFactoryMap = {
You can’t perform that action at this time.
0 commit comments