chains/_data/chains/eip155-80001.json
Pedro Gomes 7056fdcfbc
Use CAIP-2 prefixing for filename - closes #130
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
2020-12-17 08:22:08 +01:00

22 lines
474 B
JSON

{
"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
}