@@ -49,8 +49,10 @@ import {
4949 EthLikeCoin ,
5050 Flr ,
5151 TethLikeCoin ,
52+ FiatAED ,
5253 FiatEur ,
5354 FiatGBP ,
55+ FiatSGD ,
5456 FiatUsd ,
5557 Gteth ,
5658 Hash ,
@@ -111,8 +113,10 @@ import {
111113 Teth ,
112114 Teth2 ,
113115 Tflr ,
116+ TfiatAED ,
114117 TfiatEur ,
115118 TfiatGBP ,
119+ TfiatSGD ,
116120 TfiatUsd ,
117121 Thash ,
118122 Thbar ,
@@ -190,8 +194,10 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
190194 globalCoinFactory . register ( 'ethw' , Ethw . createInstance ) ;
191195 globalCoinFactory . register ( 'baseeth' , EthLikeCoin . createInstance ) ;
192196 globalCoinFactory . register ( 'tbaseeth' , TethLikeCoin . createInstance ) ;
197+ globalCoinFactory . register ( 'fiataed' , FiatAED . createInstance ) ;
193198 globalCoinFactory . register ( 'fiateur' , FiatEur . createInstance ) ;
194199 globalCoinFactory . register ( 'fiatgbp' , FiatGBP . createInstance ) ;
200+ globalCoinFactory . register ( 'fiatsgd' , FiatSGD . createInstance ) ;
195201 globalCoinFactory . register ( 'fiatusd' , FiatUsd . createInstance ) ;
196202 globalCoinFactory . register ( 'flr' , Flr . createInstance ) ;
197203 globalCoinFactory . register ( 'gteth' , Gteth . createInstance ) ;
@@ -249,8 +255,10 @@ function registerCoinConstructors(globalCoinFactory: CoinFactory): void {
249255 globalCoinFactory . register ( 'tetc' , Tetc . createInstance ) ;
250256 globalCoinFactory . register ( 'teth' , Teth . createInstance ) ;
251257 globalCoinFactory . register ( 'teth2' , Teth2 . createInstance ) ;
258+ globalCoinFactory . register ( 'tfiataed' , TfiatAED . createInstance ) ;
252259 globalCoinFactory . register ( 'tfiateur' , TfiatEur . createInstance ) ;
253260 globalCoinFactory . register ( 'tfiatgbp' , TfiatGBP . createInstance ) ;
261+ globalCoinFactory . register ( 'tfiatsgd' , TfiatSGD . createInstance ) ;
254262 globalCoinFactory . register ( 'tfiatusd' , TfiatUsd . createInstance ) ;
255263 globalCoinFactory . register ( 'tflr' , Tflr . createInstance ) ;
256264 globalCoinFactory . register ( 'thash' , Thash . createInstance ) ;
0 commit comments