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@968c253408 🚀
This commit is contained in:
parent
003540ee4c
commit
15bc0db096
File diff suppressed because one or more lines are too long
23
chains/eip155-8738.json
Normal file
23
chains/eip155-8738.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Alph Network",
|
||||
"chain": "ALPH",
|
||||
"rpc": ["http://rpc.alph.network:8545", "ws://rpc.alph.network:8546"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Alph Network",
|
||||
"symbol": "ALPH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://alph.network",
|
||||
"shortName": "alph",
|
||||
"chainId": 8738,
|
||||
"networkId": 8738,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "alphscan",
|
||||
"url": "https://explorer.alph.network",
|
||||
"icon": "alphscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4171,6 +4171,19 @@
|
|||
"rpc": ["https://testnet-web3.wolot.io"],
|
||||
"faucets": ["https://testnet-explorer.wolot.io"],
|
||||
"infoURL": "https://testnet-explorer.wolot.io"
|
||||
}, {
|
||||
"name": "Alph Network",
|
||||
"chainId": 8738,
|
||||
"shortName": "alph",
|
||||
"networkId": 8738,
|
||||
"nativeCurrency": {
|
||||
"name": "Alph Network",
|
||||
"symbol": "ALPH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["http://rpc.alph.network:8545", "ws://rpc.alph.network:8546"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://alph.network"
|
||||
}, {
|
||||
"name": "Ambros Chain Testnet",
|
||||
"chainId": 8888,
|
||||
|
|
|
@ -5906,6 +5906,26 @@
|
|||
"chainId": 8724,
|
||||
"networkId": 8724,
|
||||
"slip44": 479
|
||||
}, {
|
||||
"name": "Alph Network",
|
||||
"chain": "ALPH",
|
||||
"rpc": ["http://rpc.alph.network:8545", "ws://rpc.alph.network:8546"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Alph Network",
|
||||
"symbol": "ALPH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://alph.network",
|
||||
"shortName": "alph",
|
||||
"chainId": 8738,
|
||||
"networkId": 8738,
|
||||
"explorers": [{
|
||||
"name": "alphscan",
|
||||
"url": "https://explorer.alph.network",
|
||||
"icon": "alphscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ambros Chain Testnet",
|
||||
"chain": "ambroschain",
|
||||
|
|
|
@ -320,6 +320,7 @@
|
|||
"toki-testnet": "eip155:8655",
|
||||
"olo": "eip155:8723",
|
||||
"tolo": "eip155:8724",
|
||||
"alph": "eip155:8738",
|
||||
"ambrostestnet": "eip155:8888",
|
||||
"mmt": "eip155:8898",
|
||||
"berg": "eip155:8995",
|
||||
|
|
Loading…
Reference in New Issue
Block a user