diff --git a/package.json b/package.json index 6375040e73..e4729d1590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-react", - "version": "3.11.0", + "version": "3.11.1", "description": "Allowing crypto users manage funds in a safer way", "website": "https://github.com/gnosis/safe-react#readme", "bugs": { diff --git a/src/config/networks/polygon.ts b/src/config/networks/polygon.ts index 1dbbd31fc8..04a53ddea7 100644 --- a/src/config/networks/polygon.ts +++ b/src/config/networks/polygon.ts @@ -10,8 +10,8 @@ const baseConfig: EnvironmentSettings = { gasParameter: 'standard', gweiFactor: '1e9', }, - rpcServiceUrl: 'https://polygon-mainnet.infura.io/v3/', - safeAppsRpcServiceUrl: 'https://polygon-mainnet.infura.io/v3/', + rpcServiceUrl: 'https://polygon-mainnet.infura.io/v3', + safeAppsRpcServiceUrl: 'https://polygon-mainnet.infura.io/v3', networkExplorerName: 'MainNet Matic Explorer', networkExplorerUrl: 'https://explorer-mainnet.maticvigil.com', networkExplorerApiUrl: 'https://api.polygonscan.com/api',