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

This commit is contained in:
ligi 2022-12-17 06:12:52 +00:00
parent a739b265ac
commit 161ee09b92
10 changed files with 133 additions and 3 deletions

View File

@ -422,6 +422,14 @@
"height": 200, "height": 200,
"format": "png" "format": "png"
}] }]
}, {
"name": "taraxa",
"icons": [{
"url": "ipfs://QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D",
"width": 310,
"height": 310,
"format": "png"
}]
}, { }, {
"name": "alph", "name": "alph",
"icons": [{ "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-841.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Taraxa Mainnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.mainnet.taraxa.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"infoURL": "https://taraxa.io",
"shortName": "tara",
"chainId": 841,
"networkId": 841,
"explorers": [
{
"name": "Taraxa Explorer",
"url": "https://explorer.mainnet.taraxa.io",
"standard": "none"
}
]
}

23
chains/eip155-842.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Taraxa Testnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.testnet.taraxa.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"infoURL": "https://taraxa.io",
"shortName": "taratest",
"chainId": 842,
"networkId": 842,
"explorers": [
{
"name": "Taraxa Explorer",
"url": "https://explorer.testnet.taraxa.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2650,6 +2650,32 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://callisto.network" "infoURL": "https://callisto.network"
}, {
"name": "Taraxa Mainnet",
"chainId": 841,
"shortName": "tara",
"networkId": 841,
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"rpc": ["https://rpc.mainnet.taraxa.io/"],
"faucets": [],
"infoURL": "https://taraxa.io"
}, {
"name": "Taraxa Testnet",
"chainId": 842,
"shortName": "taratest",
"networkId": 842,
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"rpc": ["https://rpc.testnet.taraxa.io/"],
"faucets": [],
"infoURL": "https://taraxa.io"
}, { }, {
"name": "Zeeth Chain Dev", "name": "Zeeth Chain Dev",
"chainId": 859, "chainId": 859,

View File

@ -3781,6 +3781,46 @@
"chainId": 821, "chainId": 821,
"networkId": 2, "networkId": 2,
"status": "deprecated" "status": "deprecated"
}, {
"name": "Taraxa Mainnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.mainnet.taraxa.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"infoURL": "https://taraxa.io",
"shortName": "tara",
"chainId": 841,
"networkId": 841,
"explorers": [{
"name": "Taraxa Explorer",
"url": "https://explorer.mainnet.taraxa.io",
"standard": "none"
}]
}, {
"name": "Taraxa Testnet",
"chain": "Tara",
"icon": "taraxa",
"rpc": ["https://rpc.testnet.taraxa.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Tara",
"symbol": "TARA",
"decimals": 18
},
"infoURL": "https://taraxa.io",
"shortName": "taratest",
"chainId": 842,
"networkId": 842,
"explorers": [{
"name": "Taraxa Explorer",
"url": "https://explorer.testnet.taraxa.io",
"standard": "none"
}]
}, { }, {
"name": "Zeeth Chain Dev", "name": "Zeeth Chain Dev",
"chain": "ZeethChainDev", "chain": "ZeethChainDev",

8
icons/taraxa.json Normal file
View File

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

View File

@ -203,6 +203,8 @@
"meer": "eip155:813", "meer": "eip155:813",
"clo": "eip155:820", "clo": "eip155:820",
"tclo": "eip155:821", "tclo": "eip155:821",
"tara": "eip155:841",
"taratest": "eip155:842",
"zeethdev": "eip155:859", "zeethdev": "eip155:859",
"DXT": "eip155:877", "DXT": "eip155:877",
"ambros": "eip155:880", "ambros": "eip155:880",