mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
ebae0c0cc0
* Update eip155-8738.json * Update _data/chains/eip155-8738.json Co-authored-by: ligi <ligi@ligi.de>
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "Alph Network",
|
|
"chain": "ALPH",
|
|
"rpc": ["https://rpc.alph.network", "wss://rpc.alph.network"],
|
|
"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"
|
|
}
|
|
]
|
|
}
|