chore(fees): update fees values

This commit is contained in:
George Lima 2019-01-21 13:26:50 -03:00
parent 658efceaff
commit 5d37401013
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
// @flow
export default {
LOW: 1,
MEDIUM: 5,
HIGH: 9,
LOW: 0.001,
MEDIUM: 0.005,
HIGH: 0.009,
CUSTOM: 'custom',
};