chains/_data/chains/eip155-5001.json
vincent d527f76d06
Add mantle chains (#1779)
* add mantle chains

* fix check

* update short name

* fix illegal name

* update url

* update name

* update domain

Co-authored-by: chengwenxi <22697326+chengwenxi@users.noreply.github.com>
Co-authored-by: Yoda Gao <shixi.gs@gmail.com>
2022-12-17 07:11:00 +01:00

23 lines
506 B
JSON

{
"name": "Mantle Testnet",
"chain": "ETH",
"rpc": ["https://rpc.testnet.mantle.xyz"],
"faucets": ["https://faucet.testnet.mantle.xyz"],
"nativeCurrency": {
"name": "Testnet BitDAO",
"symbol": "BIT",
"decimals": 18
},
"infoURL": "https://mantle.xyz",
"shortName": "mantle-testnet",
"chainId": 5001,
"networkId": 5001,
"explorers": [
{
"name": "Mantle Testnet Explorer",
"url": "https://explorer.testnet.mantle.xyz",
"standard": "EIP3091"
}
]
}