mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Metal Blockchain networks (#1716)
This commit is contained in:
parent
af9c84ff44
commit
a1bee312c6
23
_data/chains/eip155-381931.json
Normal file
23
_data/chains/eip155-381931.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-381932.json
Normal file
23
_data/chains/eip155-381932.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user