We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a400907 + ed4dc63 commit 324f7f0Copy full SHA for 324f7f0
modules/bitgo/src/v2/coinFactory.ts
@@ -869,6 +869,9 @@ export function getTokenConstructor(tokenConfig: TokenConfig): CoinConstructor |
869
case 'coredao':
870
case 'tcoredao':
871
return CoredaoToken.createTokenConstructor(tokenConfig as EthLikeTokenConfig);
872
+ case 'world':
873
+ case 'tworld':
874
+ return WorldToken.createTokenConstructor(tokenConfig as EthLikeTokenConfig);
875
case 'sol':
876
case 'tsol':
877
return SolToken.createTokenConstructor(tokenConfig as SolTokenConfig);
0 commit comments