Skip to content

Commit 2e37034

Browse files
authored
Merge pull request #5242 from swaponline/fix-rpc-problems
Fix: new Polygon RPC
2 parents 1d8b847 + aa116e6 commit 2e37034

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/front/config/mainnet/web3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
provider: 'https://mainnet.infura.io/v3/5ffc47f65c4042ce847ef66a3fa70d4c',
33
binance_provider: 'https://bsc-dataseed.binance.org/',
4-
matic_provider: 'https://rpc-mainnet.maticvigil.com',
4+
matic_provider: 'https://polygon.meowrpc.com',
55
arbitrum_provider: 'https://arb1.arbitrum.io/rpc',
66
xdai_provider: 'https://rpc.gnosischain.com',
77
ftm_provider: 'https://rpc.ftm.tools',

src/front/config/testnet/link.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
etherscan: 'https://rinkeby.etherscan.io',
55
bscscan: 'https://testnet.bscscan.com',
66
arbitrum: 'https://rinkeby-explorer.arbitrum.io',
7-
maticscan: 'https://explorer-mumbai.maticvigil.com',
7+
maticscan: 'https://mumbai.polygonscan.com',
88
ghostscan: 'https://testnet.ghostscan.io',
99
nextExplorer: 'https://explore.next.exchange',
1010
xdai: 'https://blockscout.com/poa/sokol',

src/front/config/testnet/web3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
provider: 'https://goerli.infura.io/v3/5ffc47f65c4042ce847ef66a3fa70d4c',
33
binance_provider: 'https://data-seed-prebsc-1-s1.binance.org:8545/',
4-
matic_provider: 'https://rpc-mumbai.maticvigil.com',
4+
matic_provider: 'https://polygon-testnet.public.blastapi.io',
55
arbitrum_provider: 'https://rinkeby.arbitrum.io/rpc',
66
xdai_provider: 'https://sokol.poa.network',
77
ftm_provider: 'https://rpc.testnet.fantom.network/',

0 commit comments

Comments
 (0)