mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
723 B
JSON
28 lines
723 B
JSON
{
|
|
"name": "Mumbai",
|
|
"title": "Polygon Testnet Mumbai",
|
|
"chain": "Polygon",
|
|
"rpc": [
|
|
"https://matic-mumbai.chainstacklabs.com",
|
|
"https://rpc-mumbai.maticvigil.com",
|
|
"https://matic-testnet-archive-rpc.bwarelabs.com"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.polygon.technology/"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "MATIC",
|
|
"symbol": "MATIC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://polygon.technology/",
|
|
"shortName": "maticmum",
|
|
"chainId": 80001,
|
|
"networkId": 80001,
|
|
"explorers": [{
|
|
"name": "polygonscan",
|
|
"url": "https://mumbai.polygonscan.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|