mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add altcoinchain mainnet (#1969)
* Create eip155-2330.json * Create altcoinchain.json * Add files via upload * formated with prettier
This commit is contained in:
parent
c41a494684
commit
16bab602ef
25
_data/chains/eip155-2330.json
Normal file
25
_data/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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/altcoinchain.json
Normal file
8
_data/icons/altcoinchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYwHmGC9CRVcKo1LSesqxU31SDj9vk2iQxcFjQArzhix4",
|
||||||
|
"width": 720,
|
||||||
|
"height": 720,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user