zepio/app/constants/fees.js

9 lines
101 B
JavaScript

// @flow
export const FEES = {
LOW: 0.001,
MEDIUM: 0.005,
HIGH: 0.009,
CUSTOM: 'custom',
};