diff --git a/assets/src/main/java/bisq/asset/tokens/CMBToken.java b/assets/src/main/java/bisq/asset/tokens/CMBToken.java new file mode 100644 index 00000000000..5581c3dd195 --- /dev/null +++ b/assets/src/main/java/bisq/asset/tokens/CMBToken.java @@ -0,0 +1,27 @@ +/* + * This file is part of Bisq. + * + * Bisq is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * Bisq is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public + * License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Bisq. If not, see . + */ + +package bisq.asset.tokens; + +import bisq.asset.Erc20Token; + +public class CMBToken extends Erc20Token { + + public CMBToken() { + super("CMB Token", "CMBT"); + } +} diff --git a/assets/src/main/resources/META-INF/services/bisq.asset.Asset b/assets/src/main/resources/META-INF/services/bisq.asset.Asset index 82a3f85a4c9..a5f1d0b0a64 100644 --- a/assets/src/main/resources/META-INF/services/bisq.asset.Asset +++ b/assets/src/main/resources/META-INF/services/bisq.asset.Asset @@ -96,6 +96,7 @@ bisq.asset.coins.Zcoin bisq.asset.coins.ZelCash bisq.asset.coins.Zero bisq.asset.tokens.AugmintEuro +bisq.asset.tokens.CMBToken bisq.asset.tokens.DaiStablecoin bisq.asset.tokens.EtherStone bisq.asset.tokens.TrueUSD