Skip to content

Commit

Permalink
Merge pull request #5242 from swaponline/fix-rpc-problems
Browse files Browse the repository at this point in the history
Fix: new Polygon RPC
  • Loading branch information
Disti4ct authored Jun 7, 2024
2 parents 1d8b847 + aa116e6 commit 2e37034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/front/config/mainnet/web3.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
provider: 'https://mainnet.infura.io/v3/5ffc47f65c4042ce847ef66a3fa70d4c',
binance_provider: 'https://bsc-dataseed.binance.org/',
matic_provider: 'https://rpc-mainnet.maticvigil.com',
matic_provider: 'https://polygon.meowrpc.com',
arbitrum_provider: 'https://arb1.arbitrum.io/rpc',
xdai_provider: 'https://rpc.gnosischain.com',
ftm_provider: 'https://rpc.ftm.tools',
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/testnet/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
etherscan: 'https://rinkeby.etherscan.io',
bscscan: 'https://testnet.bscscan.com',
arbitrum: 'https://rinkeby-explorer.arbitrum.io',
maticscan: 'https://explorer-mumbai.maticvigil.com',
maticscan: 'https://mumbai.polygonscan.com',
ghostscan: 'https://testnet.ghostscan.io',
nextExplorer: 'https://explore.next.exchange',
xdai: 'https://blockscout.com/poa/sokol',
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/testnet/web3.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
provider: 'https://goerli.infura.io/v3/5ffc47f65c4042ce847ef66a3fa70d4c',
binance_provider: 'https://data-seed-prebsc-1-s1.binance.org:8545/',
matic_provider: 'https://rpc-mumbai.maticvigil.com',
matic_provider: 'https://polygon-testnet.public.blastapi.io',
arbitrum_provider: 'https://rinkeby.arbitrum.io/rpc',
xdai_provider: 'https://sokol.poa.network',
ftm_provider: 'https://rpc.testnet.fantom.network/',
Expand Down

0 comments on commit 2e37034

Please sign in to comment.