Skip to content

Commit

Permalink
chore: change link
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 10, 2024
1 parent b9259d0 commit 1046858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/modules/web3/ChainConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ export const rpcOverrides: Record<GqlChain, string | undefined> = {
[GqlChain.Base]: getPrivateRpcUrl(GqlChain.Base),
[GqlChain.Avalanche]: getPrivateRpcUrl(GqlChain.Avalanche),
[GqlChain.Fantom]: getPrivateRpcUrl(GqlChain.Fantom),
[GqlChain.Gnosis]: getPrivateRpcUrl(GqlChain.Gnosis),
[GqlChain.Gnosis]: undefined,
[GqlChain.Optimism]: getPrivateRpcUrl(GqlChain.Optimism),
[GqlChain.Polygon]: getPrivateRpcUrl(GqlChain.Polygon),
[GqlChain.Zkevm]: getPrivateRpcUrl(GqlChain.Zkevm),
[GqlChain.Sepolia]: getPrivateRpcUrl(GqlChain.Sepolia),
[GqlChain.Mode]: undefined,
[GqlChain.Fraxtal]: undefined,
[GqlChain.Fraxtal]: getPrivateRpcUrl(GqlChain.Fraxtal),
}

const customMainnet = { iconUrl: '/images/chains/MAINNET.svg', ...mainnet }
Expand Down
4 changes: 2 additions & 2 deletions lib/shared/components/errors/GenericError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export function GenericError({ error: _error, customErrorName, ...rest }: Props)
<ErrorAlert title={customErrorName} {...rest}>
<Text variant="secondary" color="black">
It looks like there was a network issue. Check your connection and try again. You can
report the problem in our{' '}
<BalAlertLink href="https://discord.balancer.fi/">discord</BalAlertLink> if the issue
report the problem in{' '}
<BalAlertLink href="https://discord.balancer.fi/">our discord</BalAlertLink> if the issue
persists.
</Text>
</ErrorAlert>
Expand Down

0 comments on commit 1046858

Please sign in to comment.