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

This commit is contained in:
ligi 2022-09-19 12:15:05 +00:00
parent c2909ac317
commit b538bf601d
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-90210.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Beverly Hills",
"title": "Ethereum multi-client Verkle Testnet Beverly Hills",
"chain": "ETH",
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
"nativeCurrency": {
"name": "Beverly Hills Testnet Ether",
"symbol": "BVE",
"decimals": 18
},
"infoURL": "https://beverlyhills.ethdevops.io",
"shortName": "bvhl",
"chainId": 90210,
"networkId": 90210,
"status": "incubating",
"explorers": [
{
"name": "Beverly Hills explorer",
"url": "https://explorer.beverlyhills.ethdevops.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5315,6 +5315,19 @@
"rpc": ["https://mainnet-rpc.ivarex.com"], "rpc": ["https://mainnet-rpc.ivarex.com"],
"faucets": ["https://faucet.ivarex.com/"], "faucets": ["https://faucet.ivarex.com/"],
"infoURL": "https://ivarex.com" "infoURL": "https://ivarex.com"
}, {
"name": "Beverly Hills",
"chainId": 90210,
"shortName": "bvhl",
"networkId": 90210,
"nativeCurrency": {
"name": "Beverly Hills Testnet Ether",
"symbol": "BVE",
"decimals": 18
},
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
"infoURL": "https://beverlyhills.ethdevops.io"
}, { }, {
"name": "Lambda Testnet", "name": "Lambda Testnet",
"chainId": 92001, "chainId": 92001,

View File

@ -7576,6 +7576,27 @@
"url": "https://ivarscan.com", "url": "https://ivarscan.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Beverly Hills",
"title": "Ethereum multi-client Verkle Testnet Beverly Hills",
"chain": "ETH",
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
"nativeCurrency": {
"name": "Beverly Hills Testnet Ether",
"symbol": "BVE",
"decimals": 18
},
"infoURL": "https://beverlyhills.ethdevops.io",
"shortName": "bvhl",
"chainId": 90210,
"networkId": 90210,
"status": "incubating",
"explorers": [{
"name": "Beverly Hills explorer",
"url": "https://explorer.beverlyhills.ethdevops.io",
"standard": "none"
}]
}, { }, {
"name": "Lambda Testnet", "name": "Lambda Testnet",
"chain": "Lambda", "chain": "Lambda",

View File

@ -408,6 +408,7 @@
"firenze": "eip155:78110", "firenze": "eip155:78110",
"maticmum": "eip155:80001", "maticmum": "eip155:80001",
"ivar": "eip155:88888", "ivar": "eip155:88888",
"bvhl": "eip155:90210",
"lambda-testnet": "eip155:92001", "lambda-testnet": "eip155:92001",
"usctest": "eip155:99998", "usctest": "eip155:99998",
"usc": "eip155:99999", "usc": "eip155:99999",