Skip to content

Commit

Permalink
fix: rpc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jul 23, 2024
1 parent 7e147a9 commit 18e3101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export const initialRpcUrls: Record<number, string[]> = {
'https://endpoints.omniatech.io/v1/arbitrum/one/public',
],
[metis.id]: [
'https://metis-mainnet.public.blastapi.io',
process.env.NEXT_PUBLIC_RPC_METIS ||
'https://metis-mainnet.public.blastapi.io',
'https://metis.api.onfinality.io/public',
],
[optimism.id]: [
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 = 'rpcs_urls',
RpcUrls = 'rpcs_urls_1',
RepresentingAddresses = 'representingAddresses',
GaslessVote = 'isGaslessVote',
TermsAccept = 'termsAccept',
Expand Down

1 comment on commit 18e3101

@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.