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