mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Alphabet Network EVM (#2683)
* Add Alphabet Network EVM * Remove new line on end of file * Update duplicate unique short name. * Add additional RPC and Websocket * Remove line at end of file * Remove Spacing * Update eip155-111222333444.json * update prettier for icons file --------- Co-authored-by: Mdd 0x <aditmdd.official@gmail.com> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
f7722408de
commit
5ff58da0ef
28
_data/chains/eip155-111222333444.json
Normal file
28
_data/chains/eip155-111222333444.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Alphabet Mainnet",
|
||||
"chain": "Alphabet Network",
|
||||
"icon": "alphabetnetwork",
|
||||
"rpc": [
|
||||
"https://londonpublic.alphabetnetwork.org",
|
||||
"wss://londonpublic.alphabetnetwork.org/ws/",
|
||||
"https://main-rpc.com",
|
||||
"wss://main-rpc.com/ws/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ALT",
|
||||
"symbol": "ALT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://alphabetnetwork.org",
|
||||
"shortName": "alphabet",
|
||||
"chainId": 111222333444,
|
||||
"networkId": 111222333444,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Alphabet Explorer",
|
||||
"url": "https://scan.alphabetnetwork.org",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/alphabetnetwork.json
Normal file
8
_data/icons/alphabetnetwork.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 488 KiB |
Loading…
Reference in New Issue
Block a user