We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4969a36 commit d9ad1a7Copy full SHA for d9ad1a7
modules/statics/src/coins/ofcErc20Coins.ts
@@ -4917,6 +4917,20 @@ export const tOfcErc20Coins = [
4917
true,
4918
'ip'
4919
),
4920
+ tofcerc20(
4921
+ '94eb6074-b01f-43b4-81ed-d53fb5c2566d',
4922
+ 'ofctip:tmt',
4923
+ 'TMT',
4924
+ 18,
4925
+ underlyingAssetForSymbol('tip:tmt'),
4926
+ undefined,
4927
4928
+ '',
4929
4930
4931
+ true,
4932
+ 'tip'
4933
+ ),
4934
];
4935
4936
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {
0 commit comments