Deploying to gh-pages from @ ethereum-lists/chains@16bab602ef 🚀

This commit is contained in:
ligi 2022-12-02 17:46:31 +00:00
parent 0d70b1a81f
commit 9ac27448f1
10 changed files with 80 additions and 3 deletions

View File

@ -1358,6 +1358,14 @@
"height": 80,
"format": "png"
}]
}, {
"name": "altcoinchain",
"icons": [{
"url": "ipfs://QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4",
"width": 720,
"height": 720,
"format": "png"
}]
}, {
"name": "avax",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25
chains/eip155-2330.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Altcoinchain",
"chain": "mainnet",
"rpc": ["http://161.35.101.221:8545", "https://rpc0.altcoinchain.org"],
"faucets": [],
"nativeCurrency": {
"name": "Altcoin",
"symbol": "ALT",
"decimals": 18
},
"infoURL": "https://altcoinchain.org",
"shortName": "alt",
"chainId": 2330,
"networkId": 12345,
"icon": "altcoinchain",
"status": "incubating",
"explorers": [
{
"name": "expedition",
"url": "https://expedition.altcoinchain.org",
"icon": "altcoinchain",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3937,6 +3937,19 @@
"rpc": ["https://bc.vcex.xyz"],
"faucets": [],
"infoURL": "https://bo.vcex.xyz/"
}, {
"name": "Altcoinchain",
"chainId": 2330,
"shortName": "alt",
"networkId": 12345,
"nativeCurrency": {
"name": "Altcoin",
"symbol": "ALT",
"decimals": 18
},
"rpc": ["http://161.35.101.221:8545", "https://rpc0.altcoinchain.org"],
"faucets": [],
"infoURL": "https://altcoinchain.org"
}, {
"name": "Kortho Mainnet",
"chainId": 2559,

View File

@ -5607,6 +5607,28 @@
"url": "https://scan.vcex.xyz",
"standard": "EIP3091"
}]
}, {
"name": "Altcoinchain",
"chain": "mainnet",
"rpc": ["http://161.35.101.221:8545", "https://rpc0.altcoinchain.org"],
"faucets": [],
"nativeCurrency": {
"name": "Altcoin",
"symbol": "ALT",
"decimals": 18
},
"infoURL": "https://altcoinchain.org",
"shortName": "alt",
"chainId": 2330,
"networkId": 12345,
"icon": "altcoinchain",
"status": "incubating",
"explorers": [{
"name": "expedition",
"url": "https://expedition.altcoinchain.org",
"icon": "altcoinchain",
"standard": "none"
}]
}, {
"name": "Kortho Mainnet",
"chain": "Kortho Chain",

8
icons/altcoinchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4",
"width": 720,
"height": 720,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -302,6 +302,7 @@
"tkava": "eip155:2221",
"kava": "eip155:2222",
"VChain": "eip155:2223",
"alt": "eip155:2330",
"ktoc": "eip155:2559",
"tpc": "eip155:2569",
"REDLC": "eip155:2611",