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 4040 "@bitgo/sdk-coin-bera" : " ^2.6.4" ,
4141 "@bitgo/sdk-coin-bld" : " ^3.5.4" ,
4242 "@bitgo/sdk-coin-bsc" : " ^22.8.4" ,
43+ "@bitgo/sdk-coin-canton" : " ^1.3.0" ,
4344 "@bitgo/sdk-coin-celo" : " ^5.3.4" ,
4445 "@bitgo/sdk-coin-coredao" : " ^2.6.4" ,
4546 "@bitgo/sdk-coin-coreum" : " ^21.5.4" ,
Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ export { Vet };
203203import * as CosmosSharedCoin from '@bitgo/sdk-coin-cosmos' ;
204204export { CosmosSharedCoin } ;
205205
206+ import * as Canton from '@bitgo/sdk-coin-canton' ;
207+ export { Canton } ;
208+
206209import { validateAgainstMessageTemplates , MIDNIGHT_TNC_HASH } from './utils' ;
207210export { MIDNIGHT_TNC_HASH } ;
208211
@@ -315,6 +318,8 @@ const coinBuilderMap = {
315318 tpolyx : Polyx . TransactionBuilderFactory ,
316319 vet : Vet . TransactionBuilderFactory ,
317320 tvet : Vet . TransactionBuilderFactory ,
321+ canton : Canton . TransactionBuilderFactory ,
322+ tcanton : Canton . TransactionBuilderFactory ,
318323} ;
319324
320325const coinMessageBuilderFactoryMap = {
You can’t perform that action at this time.
0 commit comments