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

This commit is contained in:
ligi 2022-10-18 21:39:56 +00:00
parent 003540ee4c
commit 15bc0db096
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-8738.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",