Skip to content

Commit d5c7358

Browse files
committed
set vote coins to wallet only
1 parent c86019b commit d5c7358

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

atomic_defi_design/Dex/Wallet/Main.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Item
688688
icon: Qaterial.Icons.vote
689689
size: 24
690690
anchors.verticalCenter: parent.verticalCenter
691-
color: "#283547"
691+
color: "#2c87b9"
692692
}
693693
}
694694
}

src/core/atomicdex/constants/dex.constants.hpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ namespace atomic_dex
3333
"PAXG-ERC20",
3434
"USDT-ERC20",
3535
"XPM",
36-
"VOTE2023",
36+
"KIP0002",
37+
"KIP0003",
38+
"KIP0004",
39+
"VOTE2024",
3740
"ATOM"
3841
};
3942
}

0 commit comments

Comments
 (0)