Skip to content

Commit 324f7f0

Browse files
Merge pull request #6374 from BitGo/WIN-5869
chore: adding token constructors for worldchain
2 parents a400907 + ed4dc63 commit 324f7f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/bitgo/src/v2/coinFactory.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,9 @@ export function getTokenConstructor(tokenConfig: TokenConfig): CoinConstructor |
869869
case 'coredao':
870870
case 'tcoredao':
871871
return CoredaoToken.createTokenConstructor(tokenConfig as EthLikeTokenConfig);
872+
case 'world':
873+
case 'tworld':
874+
return WorldToken.createTokenConstructor(tokenConfig as EthLikeTokenConfig);
872875
case 'sol':
873876
case 'tsol':
874877
return SolToken.createTokenConstructor(tokenConfig as SolTokenConfig);

0 commit comments

Comments
 (0)