Update Matic network to include Polygonscan (#306)

https://polygonscan.com/ is a product from Etherscan team.
This commit is contained in:
Aleksey Bykhun 2021-06-21 19:14:50 +08:00 committed by GitHub
parent f0130d7d44
commit 50c8f7d06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,10 @@
"infoURL": "https://matic.network/",
"shortName": "matic",
"chainId": 137,
"networkId": 137
"networkId": 137,
"explorers": [{
"name": "polygonscan",
"url": "https://polygonscan.com",
"standard": "EIP3091"
}]
}