新版仿ok交易所-后端
1
zj
2025-09-30 0c389d73cc79a0027cf779721c6bf184b12f5d86
trading-order-security-common/src/main/java/com/yami/trading/security/common/enums/CryptoCurrencyEnum.java
@@ -11,12 +11,14 @@
 * @create: 2025-08-06 16:05
 **/
public enum CryptoCurrencyEnum {
    USDT_TRC20("usdt", "trc20","usdt_trc20"),
    USDT_ERC20("usdt", "erc20","usdt_erc20"),
    ETH("eth", "eth","eth"),
    BTC("btc", "btc","btc"),
    USDC_TRC20("usdc", "trc20","usdc_trc20"),
    USDC_ERC20("usdc", "erc20","usdc_erc20");
    USDT_TRC20("usdt", "TRC20","usdt_trc20"),
    USDT_ERC20("usdt", "ERC20","usdt_erc20"),
    ETH("eth", "ETH","eth"),
    BTC("btc", "BTC","btc"),
    USDC_ERC20("usdc", "ERC20(1)","usdc_erc20(1)"),
    USDC_ERC202("usdc", "ERC20(2)","usdc_erc20(2)"),
    USDC_TRC20("usdc", "TRC20","usdc_trc20");
    private final String coin;
    private final String chain;