Skip to content

Commit ba18649

Browse files
committed
feat: added canton to account-lib
Ticket: COIN-5908
1 parent 72b9df7 commit ba18649

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/account-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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",

modules/account-lib/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ export { Vet };
203203
import * as CosmosSharedCoin from '@bitgo/sdk-coin-cosmos';
204204
export { CosmosSharedCoin };
205205

206+
import * as Canton from '@bitgo/sdk-coin-canton';
207+
export { Canton };
208+
206209
import { validateAgainstMessageTemplates, MIDNIGHT_TNC_HASH } from './utils';
207210
export { 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

320325
const coinMessageBuilderFactoryMap = {

0 commit comments

Comments
 (0)