Skip to content

Commit

Permalink
Merge pull request #568 from matin-org/currency_name
Browse files Browse the repository at this point in the history
Added Tether TRC20 name in the currency lists
  • Loading branch information
matin-deriv authored Oct 19, 2023
2 parents ff9748b + b7513bf commit a46c945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/javascript/_common/base/currency_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const displayed_currencies = {
ETH : localize('Ethereum'),
USDT : localize('Tether Omni'),
eUSDT: localize('Tether ERC20'),
tUSDT: localize('Tether TRC20'),
USDC : localize('USD Coin'),
LTC : localize('Litecoin'),
};
Expand Down

0 comments on commit a46c945

Please sign in to comment.