Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
pathing fix
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Boscariol <[email protected]>
  • Loading branch information
W3stside and alfetopito authored Dec 21, 2021
1 parent 5bed219 commit 3fc99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/api/gnosisProtocol/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { GAS_FEE_ENDPOINTS } from 'constants/index'
import * as Sentry from '@sentry/browser'
import { ZERO_ADDRESS } from 'constants/misc'
import { getAppDataHash } from 'constants/appDataHash'
import { GpPriceStrategy } from '@src/custom/hooks/useGetGpPriceStrategy'
import { GpPriceStrategy } from 'hooks/useGetGpPriceStrategy'

function getGnosisProtocolUrl(): Partial<Record<ChainId, string>> {
if (isLocal || isDev || isPr || isBarn) {
Expand Down

0 comments on commit 3fc99af

Please sign in to comment.