re-map coin type for qa

This commit is contained in:
tommy
2022-05-11 16:01:04 +01:00
parent 11c0e79725
commit bcbda85477
+5
View File
@@ -124,6 +124,11 @@ export const currencyMap = (network?: Network): TCurrency => {
minor: 'UNYM',
major: 'NYM',
};
case 'QA':
return {
minor: 'UNYM',
major: 'NYM',
};
default:
return {
minor: 'UNYMT',