Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2601 from gnosis/bug/safe-apps-rpc-url-polygon
Browse files Browse the repository at this point in the history
Hotfix release 3.11.1
  • Loading branch information
mmv08 authored Aug 3, 2021
2 parents 28b8662 + 4decaff commit 7a23c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/config/networks/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7a23c01

Please sign in to comment.