mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
23 lines
506 B
JSON
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"
|
|
}
|
|
]
|
|
}
|