From 9598f666fb928cbad8df327c776541202dc32c58 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Sat, 2 Jul 2022 00:03:53 +1000 Subject: [PATCH] fix: rpc url --- store/metamask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/metamask.js b/store/metamask.js index 27334e5..d78f449 100644 --- a/store/metamask.js +++ b/store/metamask.js @@ -565,7 +565,7 @@ const actions = { 137: { chainId: '0x89', chainName: 'Polygon Mainnet', - rpcUrls: ['https://polygon-rpc.com/'], + rpcUrls: ['https://rpc-mainnet.maticvigil.com'], nativeCurrency: { name: 'MATIC', symbol: 'MATIC',