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.
1 parent 7cbb24e commit 2ac078cCopy full SHA for 2ac078c
modules/bitgo/src/v2/coinFactory.ts
@@ -663,6 +663,8 @@ export function getCoinConstructor(coinName: string): CoinConstructor | undefine
663
return Initia.createInstance;
664
case 'injective':
665
return Injective.createInstance;
666
+ case 'iota':
667
+ return Iota.createInstance;
668
case 'islm':
669
return Islm.createInstance;
670
case 'near':
@@ -789,6 +791,8 @@ export function getCoinConstructor(coinName: string): CoinConstructor | undefine
789
791
return Tinitia.createInstance;
790
792
case 'tinjective':
793
return Tinjective.createInstance;
794
+ case 'tiota':
795
796
case 'tislm':
797
return Tislm.createInstance;
798
case 'tlnbtc':
0 commit comments