File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
modules/statics/src/coins Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1- import { ofcerc20 , tofcerc20 } from '../ofc' ;
1+ import { OfcCoin , ofcerc20 , tofcerc20 } from '../ofc' ;
22import { CoinFeature , UnderlyingAsset } from '../base' ;
33import { AccountCoin } from '../account' ;
44
@@ -4804,11 +4804,11 @@ export const tOfcErc20Coins = [
48044804 ofcerc20 (
48054805 '1458bca6-e0d3-455e-81c7-55862dc5af52' ,
48064806 'ofcmon:usdc' ,
4807- 'USDC: MON' ,
4807+ 'MON:USDC ' ,
48084808 6 ,
48094809 underlyingAssetForSymbol ( 'mon:usdc' ) ,
48104810 undefined ,
4811- undefined ,
4811+ [ ... OfcCoin . DEFAULT_FEATURES , CoinFeature . STABLECOIN ] ,
48124812 '' ,
48134813 undefined ,
48144814 undefined ,
@@ -4838,7 +4838,7 @@ export const tOfcErc20Coins = [
48384838 6 ,
48394839 underlyingAssetForSymbol ( 'xdc:usdc' ) ,
48404840 undefined ,
4841- undefined ,
4841+ [ ... OfcCoin . DEFAULT_FEATURES , CoinFeature . STABLECOIN ] ,
48424842 '' ,
48434843 undefined ,
48444844 undefined ,
@@ -4917,6 +4917,20 @@ export const tOfcErc20Coins = [
49174917 true ,
49184918 'ip'
49194919 ) ,
4920+ tofcerc20 (
4921+ '94eb6074-b01f-43b4-81ed-d53fb5c2566d' ,
4922+ 'ofctip:tmt' ,
4923+ 'TMT' ,
4924+ 18 ,
4925+ underlyingAssetForSymbol ( 'tip:tmt' ) ,
4926+ undefined ,
4927+ undefined ,
4928+ '' ,
4929+ undefined ,
4930+ undefined ,
4931+ true ,
4932+ 'tip'
4933+ ) ,
49204934] ;
49214935
49224936function underlyingAssetForSymbol ( underlyingAssetValue : string ) : UnderlyingAsset {
You can’t perform that action at this time.
0 commit comments