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,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"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user