mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updated explorer address and Name to reflect similar changes to Polygon Mainnet (#373)
This commit is contained in:
parent
82f78658aa
commit
d2945a69f6
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
@ -17,5 +17,10 @@
|
||||||
"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"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user