zepio/app/constants/fees.js

9 lines
101 B
JavaScript
Raw Normal View History

2018-12-20 09:17:22 -08:00
// @flow
2019-01-29 07:36:13 -08:00
export const FEES = {
2019-01-21 08:26:50 -08:00
LOW: 0.001,
MEDIUM: 0.005,
HIGH: 0.009,
2018-12-20 09:17:22 -08:00
CUSTOM: 'custom',
};