mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
17ec2dc9ad
commit
32c100d7fd
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user