mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@16bab602ef 🚀
This commit is contained in:
parent
0d70b1a81f
commit
9ac27448f1
|
@ -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
25
chains/eip155-2330.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/altcoinchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4",
|
||||
"width": 720,
|
||||
"height": 720,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4
Normal file
BIN
iconsDownload/QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user