zepio/app/constants/fees.js

9 lines
84 B
JavaScript

// @flow
export default {
LOW: 1,
MEDIUM: 5,
HIGH: 9,
CUSTOM: 'custom',
};