Skip to content

Commit

Permalink
fix: temporarly use public gnosis rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 26, 2024
1 parent fcb0fee commit f754f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/web3/ChainConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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]: 'https://rpc.gnosischain.com', // Temporary fix until we fix an alchemy rpc url issue (Reverted incorrect sender)
[GqlChain.Optimism]: getPrivateRpcUrl(GqlChain.Optimism),
[GqlChain.Polygon]: getPrivateRpcUrl(GqlChain.Polygon),
[GqlChain.Zkevm]: getPrivateRpcUrl(GqlChain.Zkevm),
Expand Down

0 comments on commit f754f9e

Please sign in to comment.