synapsecns/sanguine

View on GitHub

Showing 1,971 of 13,422 total issues

Avoid too many return statements within this function.
Open

    return Intl.NumberFormat(locales, {
      maximumFractionDigits: 0,
    }).format(floatAmount)
Severity: Major
Found in packages/synapse-interface/utils/formatAmount.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return _(EXISTING_SWAP_ROUTES)
          .pickBy((_values, key) => key.endsWith(`-${fromChainId}`))
          .values()
          .flatten()
          .filter((value) => value.endsWith(`-${toChainId}`))
    Severity: Major
    Found in packages/synapse-interface/utils/swapFinder/getSwapToTokens.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return _(EXISTING_SWAP_ROUTES)
            .chain()
            .filter((values, _key) => {
              return values.some((v) => {
                const { symbol } = getTokenAndChainId(v)
      Severity: Major
      Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return _(EXISTING_SWAP_ROUTES)
              .pickBy((values, _key) => {
                return _.includes(values, `${toTokenRouteSymbol}-${toChainId}`)
              })
              .keys()
        Severity: Major
        Found in packages/synapse-interface/utils/swapFinder/getSwapFromTokens.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

              return _(EXISTING_SWAP_ROUTES)
                .pickBy((_values, key) => key.endsWith(`-${fromChainId}`))
                .pickBy((values, _key) => {
                  return _.includes(values, `${toTokenRouteSymbol}-${toChainId}`)
                })
          Severity: Major
          Found in packages/synapse-interface/utils/swapFinder/getSwapFromTokens.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                return _(EXISTING_SWAP_ROUTES)
                  .pickBy((_values, key) => key.endsWith(`-${fromChainId}`))
                  .values()
                  .flatten()
                  .uniq()
            Severity: Major
            Found in packages/synapse-interface/utils/swapFinder/getSwapToTokens.ts - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                  return _(EXISTING_SWAP_ROUTES)
                    .entries()
                    .filter(([_key, values]) =>
                      values.some((v) => v.endsWith(`-${toChainId}`))
                    )
              Severity: Major
              Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                    return _(EXISTING_SWAP_ROUTES)
                      .chain()
                      .filter((values, key) => {
                        return (
                          values.some((v) => {
                Severity: Major
                Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                      return _(EXISTING_SWAP_ROUTES)
                        .pickBy((values, _key) => {
                          return _.includes(values, `${toTokenRouteSymbol}-${toChainId}`)
                        })
                        .keys()
                  Severity: Major
                  Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                        return EXISTING_SWAP_ROUTES[
                          `${fromTokenRouteSymbol}-${fromChainId}`
                        ]?.filter((token) => token.endsWith(`-${toChainId}`))
                    Severity: Major
                    Found in packages/synapse-interface/utils/swapFinder/getSwapToTokens.ts - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          return _(EXISTING_SWAP_ROUTES)
                            .pickBy((values, _key) => {
                              return _.includes(values, `${toTokenRouteSymbol}-${toChainId}`)
                            })
                            .keys()
                      Severity: Major
                      Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                            return undefined
                        Severity: Major
                        Found in packages/synapse-constants/src/constants/tokens/index.ts - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                              return _.uniq(
                                EXISTING_BRIDGE_ROUTES[`${fromTokenRouteSymbol}-${fromChainId}`]?.map(
                                  (token) => getTokenAndChainId(token).chainId
                                )
                              )
                          Severity: Major
                          Found in packages/synapse-interface/utils/routeMaker/getToChainIds.ts - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                return _(EXISTING_BRIDGE_ROUTES)
                                  .values()
                                  .flatten()
                                  .filter((token) => token.startsWith(`${toTokenRouteSymbol}-`))
                                  .map((token) => getTokenAndChainId(token).chainId)
                            Severity: Major
                            Found in packages/synapse-interface/utils/routeMaker/getToChainIds.ts - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                  return _(EXISTING_BRIDGE_ROUTES)
                                    .entries()
                                    .filter(([key, _values]) => key.endsWith(`-${fromChainId}`))
                                    .map(([_key, values]) => values)
                                    .flatten()
                              Severity: Major
                              Found in packages/synapse-interface/utils/routeMaker/getToChainIds.ts - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                    return EXISTING_SWAP_ROUTES[`${fromTokenRouteSymbol}-${fromChainId}`]
                                Severity: Major
                                Found in packages/synapse-interface/utils/swapFinder/getSwapToTokens.ts - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                      return _(EXISTING_SWAP_ROUTES)
                                        .entries()
                                        .filter(([_key, values]) =>
                                          values.some((v) => v.endsWith(`-${toChainId}`))
                                        )
                                  Severity: Major
                                  Found in packages/synapse-interface/utils/swapFinder/getSwapFromChainIds.ts - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                        return _(EXISTING_BRIDGE_ROUTES)
                                          .entries()
                                          .filter(([key, _values]) => key.startsWith(`${fromTokenRouteSymbol}-`))
                                          .map(([_key, values]) => values)
                                          .flatten()
                                    Severity: Major
                                    Found in packages/synapse-interface/utils/routeMaker/getToChainIds.ts - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                          return _(EXISTING_BRIDGE_ROUTES)
                                            .entries()
                                            .filter(([key, _values]) => key.endsWith(`-${fromChainId}`))
                                            .map(([_key, values]) => values)
                                            .flatten()
                                      Severity: Major
                                      Found in packages/synapse-interface/utils/routeMaker/getToChainIds.ts - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                            return _(EXISTING_SWAP_ROUTES)
                                              .entries()
                                              .filter(([key, _values]) => key.startsWith(`${fromTokenRouteSymbol}-`))
                                              .filter(([_key, values]) =>
                                                values.some((v) => getTokenAndChainId(v).chainId === toChainId)
                                        Severity: Major
                                        Found in packages/synapse-interface/utils/swapFinder/getSwapFromTokens.ts - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language