1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Updated Avalanche rpcUrl endpoint (#15720)

This commit is contained in:
VSaric 2022-09-06 16:12:05 +02:00 committed by GitHub
parent 4f8c22accb
commit 8fa96ac1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,7 @@ export const FEATURED_RPCS = [
{
chainId: AVALANCHE_CHAIN_ID,
nickname: AVALANCHE_DISPLAY_NAME,
rpcUrl: 'https://api.avax.network/ext/bc/C/rpc',
rpcUrl: `https://avalanche-mainnet.infura.io/v3/${infuraProjectId}`,
ticker: AVALANCHE_SYMBOL,
rpcPrefs: {
blockExplorerUrl: 'https://snowtrace.io/',