Updated explorer address and Name to reflect similar changes to Polygon Mainnet (#373)

This commit is contained in:
Mark Ridgwell 2021-08-13 18:20:25 +01:00 committed by GitHub
parent 82f78658aa
commit d2945a69f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "Matic Testnet Mumbai",
"chain": "Matic",
"name": "Matic(Polygon) Testnet Mumbai",
"chain": "Matic(Polygon)",
"network": "testnet",
"rpc": [
"https://rpc-mumbai.matic.today",
@ -17,5 +17,10 @@
"infoURL": "https://matic.network/",
"shortName": "maticmum",
"chainId": 80001,
"networkId": 80001
"networkId": 80001,
"explorers": [{
"name": "polygonscan",
"url": "https://mumbai.polygonscan.com/",
"standard": "EIP3091"
}]
}