@@ -47,6 +47,7 @@ import {
4747 Eth ,
4848 Ethw ,
4949 EthLikeCoin ,
50+ Fetch ,
5051 Flr ,
5152 TethLikeCoin ,
5253 FiatAED ,
@@ -117,6 +118,7 @@ import {
117118 Teos ,
118119 Tetc ,
119120 Teth ,
121+ Tfetch ,
120122 Tflr ,
121123 Tmon ,
122124 TfiatAED ,
@@ -211,6 +213,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
211213 globalCoinFactory . register ( 'fiatgbp' , FiatGBP . createInstance ) ;
212214 globalCoinFactory . register ( 'fiatsgd' , FiatSGD . createInstance ) ;
213215 globalCoinFactory . register ( 'fiatusd' , FiatUsd . createInstance ) ;
216+ globalCoinFactory . register ( 'fetch' , Fetch . createInstance ) ;
214217 globalCoinFactory . register ( 'flr' , Flr . createInstance ) ;
215218 globalCoinFactory . register ( 'gteth' , Gteth . createInstance ) ;
216219 globalCoinFactory . register ( 'hash' , Hash . createInstance ) ;
@@ -277,6 +280,7 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
277280 globalCoinFactory . register ( 'tfiatgbp' , TfiatGBP . createInstance ) ;
278281 globalCoinFactory . register ( 'tfiatsgd' , TfiatSGD . createInstance ) ;
279282 globalCoinFactory . register ( 'tfiatusd' , TfiatUsd . createInstance ) ;
283+ globalCoinFactory . register ( 'tfetch' , Tfetch . createInstance ) ;
280284 globalCoinFactory . register ( 'tflr' , Tflr . createInstance ) ;
281285 globalCoinFactory . register ( 'tmon' , Tmon . createInstance ) ;
282286 globalCoinFactory . register ( 'thash' , Thash . createInstance ) ;
0 commit comments