diff --git a/app/lib/common/utils.js b/app/lib/common/utils.js index aee72781f4..af25aacd00 100644 --- a/app/lib/common/utils.js +++ b/app/lib/common/utils.js @@ -499,7 +499,7 @@ var Utils = { }, replaceName(name, isBitAsset = false) { - let toReplace = ["TRADE.", "OPEN.", "METAEX.", "BRIDGE."]; + let toReplace = ["TRADE.", "OPEN.", "METAEX.", "BRIDGE.", "RUDEX."]; let suffix = ""; let i; for (i = 0; i < toReplace.length; i++) {