mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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 Mantle",
|
|
"symbol": "MNT",
|
|
"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"
|
|
}
|
|
]
|
|
}
|