@@ -3922,6 +3922,34 @@ export const tOfcErc20Coins = [
39223922 undefined ,
39233923 'hteth'
39243924 ) ,
3925+ tofcerc20 (
3926+ 'befb8fc3-03e8-4d63-8da6-d4013f346149' ,
3927+ 'ofchteth:stgcusd' ,
3928+ 'Test Catholic USD' ,
3929+ 6 ,
3930+ UnderlyingAsset [ 'hteth:stgcusd' ] ,
3931+ undefined ,
3932+ [ CoinFeature . STABLECOIN ] ,
3933+ undefined ,
3934+ undefined ,
3935+ undefined ,
3936+ undefined ,
3937+ 'hteth'
3938+ ) ,
3939+ tofcerc20 (
3940+ '9a56cdc4-25bd-47e9-93f6-0e8f463c4afd' ,
3941+ 'ofchteth:stgfyusd' ,
3942+ 'Test FYUSD' ,
3943+ 6 ,
3944+ UnderlyingAsset [ 'hteth:stgfyusd' ] ,
3945+ undefined ,
3946+ [ CoinFeature . STABLECOIN ] ,
3947+ undefined ,
3948+ undefined ,
3949+ undefined ,
3950+ undefined ,
3951+ 'hteth'
3952+ ) ,
39253953 tofcerc20 (
39263954 'bf6a1c7b-eed7-46af-85ec-0adc09aa72d6' ,
39273955 'ofchteth:aut' ,
@@ -5335,6 +5363,13 @@ export const tOfcErc20Coins = [
53355363 18 ,
53365364 underlyingAssetForSymbol ( 'tmantle:bgerch' )
53375365 ) ,
5366+ tofcerc20 (
5367+ '4fc97feb-4d66-4ab7-8538-83ccf25673bb' ,
5368+ 'ofctmantle:stgusd1' ,
5369+ 'Test USD1 Token' ,
5370+ 18 ,
5371+ underlyingAssetForSymbol ( 'tmantle:stgusd1' )
5372+ ) ,
53385373
53395374 // MegaEth Network tokens
53405375 ofcerc20 (
@@ -5418,6 +5453,20 @@ export const tOfcErc20Coins = [
54185453 true ,
54195454 'tmorph'
54205455 ) ,
5456+ tofcerc20 (
5457+ 'ff7b9afb-1d9e-4434-9b57-df8bc80c08ff' ,
5458+ 'ofctmorph:stgusd1' ,
5459+ 'Test USD1 Token' ,
5460+ 18 ,
5461+ underlyingAssetForSymbol ( 'tmorph:stgusd1' ) ,
5462+ undefined ,
5463+ undefined ,
5464+ '' ,
5465+ undefined ,
5466+ undefined ,
5467+ true ,
5468+ 'tmorph'
5469+ ) ,
54215470
54225471 // MorphETH tokens
54235472 ofcerc20 (
@@ -5476,6 +5525,20 @@ export const tOfcErc20Coins = [
54765525 true ,
54775526 'tmorpheth'
54785527 ) ,
5528+ tofcerc20 (
5529+ '15ca2074-d5bc-450c-886e-1338ffb114f8' ,
5530+ 'ofctmorpheth:stgusd1' ,
5531+ 'Test USD1 Token' ,
5532+ 18 ,
5533+ underlyingAssetForSymbol ( 'tmorpheth:stgusd1' ) ,
5534+ undefined ,
5535+ undefined ,
5536+ '' ,
5537+ undefined ,
5538+ undefined ,
5539+ true ,
5540+ 'tmorpheth'
5541+ ) ,
54795542] ;
54805543
54815544function underlyingAssetForSymbol ( underlyingAssetValue : string ) : UnderlyingAsset {
0 commit comments