Deploying to gh-pages from @ ethereum-lists/chains@07ebb10079 🚀

This commit is contained in:
ligi 2023-01-03 11:18:01 +00:00
parent e0bc5a75fb
commit cea86dcb02
10 changed files with 76 additions and 3 deletions

View File

@ -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

View 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

View File

@ -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,

View File

@ -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
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -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",