mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@e7ec9d1ed1 🚀
This commit is contained in:
parent
c2909ac317
commit
b538bf601d
File diff suppressed because one or more lines are too long
24
chains/eip155-90210.json
Normal file
24
chains/eip155-90210.json
Normal 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
|
@ -5315,6 +5315,19 @@
|
|||
"rpc": ["https://mainnet-rpc.ivarex.com"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 92001,
|
||||
|
|
|
@ -7576,6 +7576,27 @@
|
|||
"url": "https://ivarscan.com",
|
||||
"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",
|
||||
"chain": "Lambda",
|
||||
|
|
|
@ -408,6 +408,7 @@
|
|||
"firenze": "eip155:78110",
|
||||
"maticmum": "eip155:80001",
|
||||
"ivar": "eip155:88888",
|
||||
"bvhl": "eip155:90210",
|
||||
"lambda-testnet": "eip155:92001",
|
||||
"usctest": "eip155:99998",
|
||||
"usc": "eip155:99999",
|
||||
|
|
Loading…
Reference in New Issue
Block a user