src/store/reducers/wrapUnwrapHistory.js
Function loadGNTWrapUnwrapsHistoryEpic
has 88 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
const loadGNTWrapUnwrapsHistoryEpic = (address, config) => async (
dispatch,
getState
) => {
const tokenName = TOKEN_GOLEM;
- Create a ticketCreate a ticket
Function loadEtherWrapUnwrapsHistoryEpic
has 78 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
const loadEtherWrapUnwrapsHistoryEpic = (address, config) => async (
dispatch,
getState
) => {
dispatch(loadWrapUnwrapsHistory$.pending());
- Create a ticketCreate a ticket