@@ -186,9 +186,11 @@ export const prodNetworkConfig: Record<string, BaseNetworkConfig> = {
186186 name : 'Ethereum' ,
187187 privateJsonRPCUrl : 'https://eth-mainnet.g.alchemy.com/v2/ZiMMq2478EVIEJdsxC5dMal_ccQwtb31' ,
188188 publicJsonRPCUrl : [
189+ 'https://mainnet.gateway.tenderly.co' ,
189190 'https://rpc.flashbots.net' ,
190191 'https://eth.llamarpc.com' ,
191192 'https://eth-mainnet.public.blastapi.io' ,
193+ 'https://ethereum-rpc.publicnode.com' ,
192194 ] ,
193195 publicJsonRPCWSUrl : 'wss://eth-mainnet.alchemyapi.io/v2/demo' ,
194196 baseUniswapAdapter : '0xc3efa200a60883a96ffe3d5b492b121d6e9a1f3f' ,
@@ -203,8 +205,11 @@ export const prodNetworkConfig: Record<string, BaseNetworkConfig> = {
203205 [ ChainId . polygon ] : {
204206 name : 'Polygon POS' ,
205207 displayName : 'Polygon' ,
206- privateJsonRPCUrl : 'https://polygon-mainnet.g.alchemy.com/v2/MbgjyHR1CQiU5Y8CUa2mqfRlYwltE5Zr' , //'https://polygon.rpc.grove.city/v1/62b3314e123e6f00397f19ca',
208+ privateJsonRPCUrl : 'https://polygon-mainnet.g.alchemy.com/v2/MbgjyHR1CQiU5Y8CUa2mqfRlYwltE5Zr' ,
207209 publicJsonRPCUrl : [
210+ 'https://gateway.tenderly.co/public/polygon' ,
211+ 'https://polygon-pokt.nodies.app' ,
212+ 'https://polygon-bor-rpc.publicnode.com' ,
208213 'https://polygon-rpc.com' ,
209214 'https://polygon-mainnet.public.blastapi.io' ,
210215 'https://rpc-mainnet.matic.quiknode.pro' ,
0 commit comments