From 1046858e5f90c7e6cb00c8a6c4d95d034ade14a2 Mon Sep 17 00:00:00 2001 From: Alberto Gualis Date: Tue, 10 Sep 2024 16:33:44 +0200 Subject: [PATCH] chore: change link --- lib/modules/web3/ChainConfig.tsx | 4 ++-- lib/shared/components/errors/GenericError.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/modules/web3/ChainConfig.tsx b/lib/modules/web3/ChainConfig.tsx index 22148f344..e76510c2a 100644 --- a/lib/modules/web3/ChainConfig.tsx +++ b/lib/modules/web3/ChainConfig.tsx @@ -48,13 +48,13 @@ export const rpcOverrides: Record = { [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 } diff --git a/lib/shared/components/errors/GenericError.tsx b/lib/shared/components/errors/GenericError.tsx index 5cb72b0c7..20a873900 100644 --- a/lib/shared/components/errors/GenericError.tsx +++ b/lib/shared/components/errors/GenericError.tsx @@ -21,8 +21,8 @@ export function GenericError({ error: _error, customErrorName, ...rest }: Props) It looks like there was a network issue. Check your connection and try again. You can - report the problem in our{' '} - discord if the issue + report the problem in{' '} + our discord if the issue persists.