Skip to content

Commit d7cbd89

Browse files
Merge pull request #7363 from BitGo/COIN-6019
feat: added tcanton to coin factory
2 parents ac73515 + e2f7f97 commit d7cbd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/bitgo/src/v2/coinFactory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ export function registerCoinConstructors(coinFactory: CoinFactory, coinMap: Coin
317317
coinFactory.register('tbtcsig', Tbtcsig.createInstance);
318318
coinFactory.register('tbtc4', Tbtc4.createInstance);
319319
coinFactory.register('tbtcbgsig', Tbtcbgsig.createInstance);
320+
coinFactory.register('tcanton', Tcanton.createInstance);
320321
coinFactory.register('tcelo', Tcelo.createInstance);
321322
coinFactory.register('tcoredao', Tcoredao.createInstance);
322323
coinFactory.register('tcoreum', Tcoreum.createInstance);

0 commit comments

Comments
 (0)