Skip to content

Commit

Permalink
refactor: make Infura primary provider (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtourkos authored Dec 2, 2024
1 parent 5365d24 commit 036e4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/stores/wallet/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export const NETWORK_CONFIG: ValueForEachSupportedChain<Network> = {
label: 'Ethereum',
token: 'ETH',
id: '0x1',
rpcUrl: `${BASE_URL}/api/rpc/alchemy/mainnet`,
fallbackRpcUrl: `${BASE_URL}/api/rpc/infura/mainnet`,
rpcUrl: `${BASE_URL}/api/rpc/infura/mainnet`,
fallbackRpcUrl: `${BASE_URL}/api/rpc/alchemy/mainnet`,
icon: Ethereum,
color: '#627EEA',
isTestnet: false,
Expand Down

0 comments on commit 036e4de

Please sign in to comment.