Add Metal Blockchain networks (#1716)

This commit is contained in:
Glenn 2022-10-19 02:44:10 +02:00 committed by GitHub
parent af9c84ff44
commit a1bee312c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Metal Tahoe C-Chain",
"chain": "Metal",
"rpc": ["https://tahoe.metalblockchain.org/ext/bc/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Metal",
"symbol": "METAL",
"decimals": 18
},
"infoURL": "https://www.metalblockchain.org/",
"shortName": "Tahoe",
"chainId": 381932,
"networkId": 381932,
"slip44": 9005,
"explorers": [
{
"name": "metalscan",
"url": "https://tahoe.metalscan.io",
"standard": "EIP3091"
}
]
}