Add RPC URLs, and show the current name "Polygon" (#324)

The original RPC has been unusable for a long time and the has not been resolved, we should add new alternative URLs from the MATIC documentation(https://docs.matic.network/docs/develop/network-details/network/).
This commit is contained in:
medicine 2021-07-05 20:05:25 +08:00 committed by GitHub
parent 17ec2dc9ad
commit 32c100d7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,12 @@
{
"name": "Matic Mainnet",
"chain": "Matic",
"name": "Matic(Polygon) Mainnet",
"chain": "Matic(Polygon)",
"network": "mainnet",
"rpc": [
"https://rpc-mainnet.matic.network",
"wss://ws-mainnet.matic.network"
"wss://ws-mainnet.matic.network",
"https://rpc-mainnet.matic.quiknode.pro",
"https://matic-mainnet.chainstacklabs.com"
],
"faucets": [],
"nativeCurrency": {