re-map coin type for qa
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user