synapsecns/sanguine

View on GitHub
packages/synapse-interface/slices/transactions/reducer.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function extraReducers has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  extraReducers: (builder) => {
    builder
      .addCase(
        addPendingBridgeTransaction,
        (state, action: PayloadAction<PendingBridgeTransaction>) => {
Severity: Major
Found in packages/synapse-interface/slices/transactions/reducer.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status