mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"name": "Metal C-Chain",
|
|
"chain": "Metal",
|
|
"rpc": ["https://api.metalblockchain.org/ext/bc/C/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Metal",
|
|
"symbol": "METAL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.metalblockchain.org/",
|
|
"shortName": "metal",
|
|
"chainId": 381931,
|
|
"networkId": 381931,
|
|
"slip44": 9005,
|
|
"explorers": [
|
|
{
|
|
"name": "metalscan",
|
|
"url": "https://metalscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|