Skip to content

Commit 2ac078c

Browse files
feat: adding iota coin construction in coin factory
Ticket: WIN-6873 TICKET: WIN-6873
1 parent 7cbb24e commit 2ac078c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/bitgo/src/v2/coinFactory.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,8 @@ export function getCoinConstructor(coinName: string): CoinConstructor | undefine
663663
return Initia.createInstance;
664664
case 'injective':
665665
return Injective.createInstance;
666+
case 'iota':
667+
return Iota.createInstance;
666668
case 'islm':
667669
return Islm.createInstance;
668670
case 'near':
@@ -789,6 +791,8 @@ export function getCoinConstructor(coinName: string): CoinConstructor | undefine
789791
return Tinitia.createInstance;
790792
case 'tinjective':
791793
return Tinjective.createInstance;
794+
case 'tiota':
795+
return Iota.createInstance;
792796
case 'tislm':
793797
return Tislm.createInstance;
794798
case 'tlnbtc':

0 commit comments

Comments
 (0)