Skip to content

Commit

Permalink
fix: RPC's urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jun 3, 2024
1 parent 194428c commit c8b7e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import {
// chains RPC urls
export const initialRpcUrls: Record<number, string[]> = {
[mainnet.id]: [
process.env.NEXT_PUBLIC_RPC_MAINNET ||
'https://blissful-purple-sky.quiknode.pro',
process.env.NEXT_PUBLIC_RPC_MAINNET || 'https://rpc.ankr.com/eth',
'https://rpc.ankr.com/eth',
'https://eth.nodeconnect.org',
],
Expand Down
2 changes: 1 addition & 1 deletion src/utils/localStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { EnsDataItem } from '../web3/store/ensSlice';

export enum LocalStorageKeys {
EnsAddresses = 'EnsAddresses',
RpcUrls = 'UrlsRpcS',
RpcUrls = 'rpcs_urls',
RepresentingAddresses = 'representingAddresses',
GaslessVote = 'isGaslessVote',
TermsAccept = 'termsAccept',
Expand Down

1 comment on commit c8b7e64

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.