@@ -63,6 +63,7 @@ import {
6363 Islm ,
6464 Lnbtc ,
6565 Ltc ,
66+ Mon ,
6667 Mantra ,
6768 Ofc ,
6869 Oas ,
@@ -115,6 +116,7 @@ import {
115116 Teth ,
116117 Teth2 ,
117118 Tflr ,
119+ Tmon ,
118120 TfiatAED ,
119121 TfiatEur ,
120122 TfiatGBP ,
@@ -210,6 +212,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
210212 globalCoinFactory . register ( 'hteth' , Hteth . createInstance ) ;
211213 globalCoinFactory . register ( 'lnbtc' , Lnbtc . createInstance ) ;
212214 globalCoinFactory . register ( 'ltc' , Ltc . createInstance ) ;
215+ globalCoinFactory . register ( 'mon' , Mon . createInstance ) ;
213216 globalCoinFactory . register ( 'mantra' , Mantra . createInstance ) ;
214217 globalCoinFactory . register ( 'icp' , Icp . createInstance ) ;
215218 globalCoinFactory . register ( 'injective' , Injective . createInstance ) ;
@@ -267,6 +270,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
267270 globalCoinFactory . register ( 'tfiatsgd' , TfiatSGD . createInstance ) ;
268271 globalCoinFactory . register ( 'tfiatusd' , TfiatUsd . createInstance ) ;
269272 globalCoinFactory . register ( 'tflr' , Tflr . createInstance ) ;
273+ globalCoinFactory . register ( 'tmon' , Tmon . createInstance ) ;
270274 globalCoinFactory . register ( 'thash' , Thash . createInstance ) ;
271275 globalCoinFactory . register ( 'thbar' , Thbar . createInstance ) ;
272276 globalCoinFactory . register ( 'ticp' , Ticp . createInstance ) ;
0 commit comments