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,21 +1,26 @@
{ {
"name": "Matic Testnet Mumbai", "name": "Matic(Polygon) Testnet Mumbai",
"chain": "Matic", "chain": "Matic(Polygon)",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://rpc-mumbai.matic.today", "https://rpc-mumbai.matic.today",
"wss://ws-mumbai.matic.today" "wss://ws-mumbai.matic.today"
], ],
"faucets": [ "faucets": [
"https://faucet.matic.network/" "https://faucet.matic.network/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Matic", "name": "Matic",
"symbol": "tMATIC", "symbol": "tMATIC",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://matic.network/", "infoURL": "https://matic.network/",
"shortName": "maticmum", "shortName": "maticmum",
"chainId": 80001, "chainId": 80001,
"networkId": 80001 "networkId": 80001,
} "explorers": [{
"name": "polygonscan",
"url": "https://mumbai.polygonscan.com/",
"standard": "EIP3091"
}]
}