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

This commit is contained in:
ligi 2023-02-24 13:25:17 +00:00
parent f587200109
commit 4320de1968
11 changed files with 95 additions and 5 deletions

View File

@ -1710,6 +1710,14 @@
"height": 2362,
"format": "png"
}]
}, {
"name": "eon",
"icons": [{
"url": "ipfs://QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti",
"width": 1213,
"height": 1213,
"format": "png"
}]
}, {
"name": "kardiachain",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

33
chains/eip155-1662.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "Horizen Yuma Testnet",
"shortName": "Yuma",
"chain": "Yuma",
"icon": "eon",
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
"decimals": 18
},
"infoURL": "https://horizen.io/",
"chainId": 1662,
"networkId": 1662,
"slip44": 121,
"explorers": [
{
"name": "Yuma Testnet Block Explorer",
"url": "https://yuma-explorer.horizen.io",
"icon": "eon",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4132,6 +4132,19 @@
"rpc": ["https://dataseed1.btachain.com/"],
"faucets": [],
"infoURL": "https://bitcoinasset.io/"
}, {
"name": "Horizen Yuma Testnet",
"chainId": 1662,
"shortName": "Yuma",
"networkId": 1662,
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
"decimals": 18
},
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
"infoURL": "https://horizen.io/"
}, {
"name": "LUDAN Mainnet",
"chainId": 1688,

View File

@ -6014,6 +6014,33 @@
"shortName": "bta",
"chainId": 1657,
"networkId": 1657
}, {
"name": "Horizen Yuma Testnet",
"shortName": "Yuma",
"chain": "Yuma",
"icon": "eon",
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
"decimals": 18
},
"infoURL": "https://horizen.io/",
"chainId": 1662,
"networkId": 1662,
"slip44": 121,
"explorers": [{
"name": "Yuma Testnet Block Explorer",
"url": "https://yuma-explorer.horizen.io",
"icon": "eon",
"standard": "EIP3091"
}]
}, {
"name": "LUDAN Mainnet",
"chain": "LUDAN",

8
icons/eon.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -317,6 +317,7 @@
"cate": "eip155:1618",
"ath": "eip155:1620",
"bta": "eip155:1657",
"Yuma": "eip155:1662",
"LUDAN": "eip155:1688",
"AnytypeChain": "eip155:1701",
"TBSI": "eip155:1707",