Deploying to gh-pages from @ ethereum-lists/chains@5ff58da0ef 🚀

This commit is contained in:
ligi 2023-04-29 18:12:46 +00:00
parent 4cf7083c56
commit 160808057a
12 changed files with 99 additions and 5 deletions

View File

@ -1958,6 +1958,14 @@
"height": 1800,
"format": "png"
}]
}, {
"name": "alphabetnetwork",
"icons": [{
"url": "ipfs://QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq",
"width": 500,
"height": 500,
"format": "svg"
}]
}, {
"name": "sardis",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -11334,6 +11334,19 @@
"rpc": ["https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"],
"faucets": [],
"infoURL": "https://palm.io"
}, {
"name": "Alphabet Mainnet",
"chainId": 111222333444,
"shortName": "alphabet",
"networkId": 111222333444,
"nativeCurrency": {
"name": "ALT",
"symbol": "ALT",
"decimals": 18
},
"rpc": ["https://londonpublic.alphabetnetwork.org", "wss://londonpublic.alphabetnetwork.org/ws/", "https://main-rpc.com", "wss://main-rpc.com/ws/"],
"faucets": [],
"infoURL": "https://alphabetnetwork.org"
}, {
"name": "Ntity Mainnet",
"chainId": 197710212030,

View File

@ -17100,6 +17100,26 @@
"url": "https://explorer.palm.io",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "Ntity Mainnet",
"chain": "Ntity",

View 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -871,6 +871,7 @@
"frankenstein": "eip155:4216137055",
"tpalm": "eip155:11297108099",
"palm": "eip155:11297108109",
"alphabet": "eip155:111222333444",
"ntt": "eip155:197710212030",
"ntt-haradev": "eip155:197710212031",
"zeniq": "eip155:383414847825",