File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 */
44import { AdaToken } from '@bitgo/sdk-coin-ada' ;
55import { AlgoToken } from '@bitgo/sdk-coin-algo' ;
6+ import { CantonToken } from '@bitgo/sdk-coin-canton' ;
67import { Bcha , Tbcha } from '@bitgo/sdk-coin-bcha' ;
78import { HbarToken } from '@bitgo/sdk-coin-hbar' ;
89import { Near , TNear , Nep141Token } from '@bitgo/sdk-coin-near' ;
@@ -40,6 +41,7 @@ import {
4041 Tip20TokenConfig ,
4142 PolyxTokenConfig ,
4243 JettonTokenConfig ,
44+ CantonTokenConfig ,
4345} from '@bitgo/statics' ;
4446import {
4547 Ada ,
@@ -1085,6 +1087,9 @@ export function getTokenConstructor(tokenConfig: TokenConfig): CoinConstructor |
10851087 case 'xdc' :
10861088 case 'txdc' :
10871089 return XdcToken . createTokenConstructor ( tokenConfig as EthLikeTokenConfig ) ;
1090+ case 'canton' :
1091+ case 'tcanton' :
1092+ return CantonToken . createTokenConstructor ( tokenConfig as CantonTokenConfig ) ;
10881093 default :
10891094 return undefined ;
10901095 }
You can’t perform that action at this time.
0 commit comments