@@ -60,6 +60,7 @@ import {
6060 Hbar ,
6161 Hteth ,
6262 Icp ,
63+ Init ,
6364 Injective ,
6465 Islm ,
6566 Lnbtc ,
@@ -130,6 +131,7 @@ import {
130131 Thbar ,
131132 Tia ,
132133 Ticp ,
134+ Tinit ,
133135 Tinjective ,
134136 Tislm ,
135137 Tlnbtc ,
@@ -224,6 +226,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
224226 globalCoinFactory . register ( 'mon' , Mon . createInstance ) ;
225227 globalCoinFactory . register ( 'mantra' , Mantra . createInstance ) ;
226228 globalCoinFactory . register ( 'icp' , Icp . createInstance ) ;
229+ globalCoinFactory . register ( 'init' , Init . createInstance ) ;
227230 globalCoinFactory . register ( 'injective' , Injective . createInstance ) ;
228231 globalCoinFactory . register ( 'islm' , Islm . createInstance ) ;
229232 globalCoinFactory . register ( 'near' , Near . createInstance ) ;
@@ -286,6 +289,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
286289 globalCoinFactory . register ( 'thash' , Thash . createInstance ) ;
287290 globalCoinFactory . register ( 'thbar' , Thbar . createInstance ) ;
288291 globalCoinFactory . register ( 'ticp' , Ticp . createInstance ) ;
292+ globalCoinFactory . register ( 'tinit' , Tinit . createInstance ) ;
289293 globalCoinFactory . register ( 'tinjective' , Tinjective . createInstance ) ;
290294 globalCoinFactory . register ( 'tislm' , Tislm . createInstance ) ;
291295 globalCoinFactory . register ( 'tlnbtc' , Tlnbtc . createInstance ) ;
0 commit comments