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@07ebb10079 🚀
This commit is contained in:
parent
e0bc5a75fb
commit
cea86dcb02
|
@ -1398,6 +1398,14 @@
|
|||
"height": 512,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "daon",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreiapaxokh2p4j7hg43ug2inomixiwrdhni4kpqazvqifssnez7efze",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "aitd",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-14288640.json
Normal file
23
chains/eip155-14288640.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Anduschain Mainnet",
|
||||
"chain": "anduschain",
|
||||
"rpc": ["https://rpc.anduschain.io/rpc", "wss://rpc.anduschain.io/ws"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DAON",
|
||||
"symbol": "DEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://anduschain.io/",
|
||||
"shortName": "anduschain-mainnet",
|
||||
"chainId": 14288640,
|
||||
"networkId": 14288640,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "anduschain explorer",
|
||||
"url": "http://explorer.anduschain.io",
|
||||
"icon": "daon",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -8006,6 +8006,19 @@
|
|||
"rpc": ["https://churchill-rpc.pepchain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://pepchain.io"
|
||||
}, {
|
||||
"name": "Anduschain Mainnet",
|
||||
"chainId": 14288640,
|
||||
"shortName": "anduschain-mainnet",
|
||||
"networkId": 14288640,
|
||||
"nativeCurrency": {
|
||||
"name": "DAON",
|
||||
"symbol": "DEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.anduschain.io/rpc", "wss://rpc.anduschain.io/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://anduschain.io/"
|
||||
}, {
|
||||
"name": "Plian Testnet Main",
|
||||
"chainId": 16658437,
|
||||
|
|
|
@ -11825,6 +11825,26 @@
|
|||
"shortName": "tpep",
|
||||
"chainId": 13371337,
|
||||
"networkId": 13371337
|
||||
}, {
|
||||
"name": "Anduschain Mainnet",
|
||||
"chain": "anduschain",
|
||||
"rpc": ["https://rpc.anduschain.io/rpc", "wss://rpc.anduschain.io/ws"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DAON",
|
||||
"symbol": "DEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://anduschain.io/",
|
||||
"shortName": "anduschain-mainnet",
|
||||
"chainId": 14288640,
|
||||
"networkId": 14288640,
|
||||
"explorers": [{
|
||||
"name": "anduschain explorer",
|
||||
"url": "http://explorer.anduschain.io",
|
||||
"icon": "daon",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Plian Testnet Main",
|
||||
"chain": "Plian",
|
||||
|
|
8
icons/daon.json
Normal file
8
icons/daon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreiapaxokh2p4j7hg43ug2inomixiwrdhni4kpqazvqifssnez7efze",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -615,6 +615,7 @@
|
|||
"plian-testnet-l2": "eip155:10067275",
|
||||
"sep": "eip155:11155111",
|
||||
"tpep": "eip155:13371337",
|
||||
"anduschain-mainnet": "eip155:14288640",
|
||||
"plian-testnet": "eip155:16658437",
|
||||
"ilt": "eip155:18289463",
|
||||
"spectrum": "eip155:20180430",
|
||||
|
|
Loading…
Reference in New Issue
Block a user