Skip to content

Commit

Permalink
Merge branch 'main' into jason/gasless-claim
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas authored Dec 4, 2024
2 parents 6dfbf93 + 036e4de commit 6b1fa81
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 @@ -75,8 +75,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 6b1fa81

Please sign in to comment.