Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 25, 2023
1 parent 2dc7773 commit f7ed4cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/connect-core/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const NETWORKS = [
{
chainId: 10,
name: 'optimism',
ensAddress: '0x6f2CA655f58d5fb94A08460aC19A552EB19909FD'
ensAddress: '0x6f2CA655f58d5fb94A08460aC19A552EB19909FD',
},
{
chainId: 100,
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const DEFAULT_IPFS_URL = 'https://ipfs.io/ipfs/{cid}{path}'
export const MUMBAI_HTTP_ENDPOINT = 'https://rpc-mumbai.maticvigil.com'
export const POLYGON_HTTP_ENDPOINT = 'https://polygon-rpc.com'
export const XDAI_HTTP_ENDPOINT = 'https://rpc.gnosischain.com'
export const OPTIMISM_HTTP_ENDPOINT = 'https://mainnet.optimism.io'
export const OPTIMISM_HTTP_ENDPOINT = 'https://mainnet.optimism.io'
1 change: 0 additions & 1 deletion packages/connect/src/normalizers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,5 @@ export function normalizeEthersProvider(
return new JsonRpcProvider(MUMBAI_HTTP_ENDPOINT, network)
}


return getDefaultProvider(network)
}

0 comments on commit f7ed4cc

Please sign in to comment.