From 7b104cb2a591ec4b3dd7663a3269011114571d8d Mon Sep 17 00:00:00 2001 From: raviycoder <135521192+raviycoder@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:57:26 +0530 Subject: [PATCH] resolve transaction error again --- scripts/ethOperator_polygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ethOperator_polygon.js b/scripts/ethOperator_polygon.js index d25e219..9033f2f 100644 --- a/scripts/ethOperator_polygon.js +++ b/scripts/ethOperator_polygon.js @@ -246,7 +246,7 @@ const maticMainnet = { chainId: 137, // Hexadecimal representation of 137 name: 'matic', - rpc: 'https://polygon-mainnet.infura.io/v3/6e12fee52bdd48208f0d82fb345bcb3c', // RPC URL for Polygon (Matic) + rpc: 'https://polygon-mainnet.g.alchemy.com/v2/Xycml_AQd_BHbbUME4fNAjGGR2ILxYWO', // RPC URL for Polygon (Matic) explorer: 'https://polygonscan.com' }; if (window.ethereum) {