Deploying to gh-pages from @ ethereum-lists/chains@a1bee312c6 🚀

This commit is contained in:
ligi 2022-10-19 00:48:58 +00:00
parent df527a9495
commit 30e1c14bce
9 changed files with 1001 additions and 887 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-381931.json Normal file
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"
}
]
}

23
chains/eip155-381932.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5874,6 +5874,32 @@
"rpc": ["https://rpc.polis.tech"],
"faucets": ["https://faucet.polis.tech"],
"infoURL": "https://polis.tech"
}, {
"name": "Metal C-Chain",
"chainId": 381931,
"shortName": "metal",
"networkId": 381931,
"nativeCurrency": {
"name": "Metal",
"symbol": "METAL",
"decimals": 18
},
"rpc": ["https://api.metalblockchain.org/ext/bc/C/rpc"],
"faucets": [],
"infoURL": "https://www.metalblockchain.org/"
}, {
"name": "Metal Tahoe C-Chain",
"chainId": 381932,
"shortName": "Tahoe",
"networkId": 381932,
"nativeCurrency": {
"name": "Metal",
"symbol": "METAL",
"decimals": 18
},
"rpc": ["https://tahoe.metalblockchain.org/ext/bc/C/rpc"],
"faucets": [],
"infoURL": "https://www.metalblockchain.org/"
}, {
"name": "Kekchain",
"chainId": 420666,

View File

@ -8441,6 +8441,46 @@
"shortName": "olympus",
"chainId": 333999,
"networkId": 333999
}, {
"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"
}]
}, {
"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"
}]
}, {
"name": "Kekchain",
"chain": "kek",

View File

@ -451,6 +451,8 @@
"SoChain": "eip155:281121",
"sparta": "eip155:333888",
"olympus": "eip155:333999",
"metal": "eip155:381931",
"Tahoe": "eip155:381932",
"KEK": "eip155:420666",
"arb-rinkeby": "eip155:421611",
"arb-goerli": "eip155:421613",