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@f1cb29aeab 🚀
This commit is contained in:
parent
f587200109
commit
4320de1968
|
@ -1710,6 +1710,14 @@
|
||||||
"height": 2362,
|
"height": 2362,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "eon",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti",
|
||||||
|
"width": 1213,
|
||||||
|
"height": 1213,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "kardiachain",
|
"name": "kardiachain",
|
||||||
"icons": [{
|
"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
33
chains/eip155-1662.json
Normal 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
|
@ -4132,6 +4132,19 @@
|
||||||
"rpc": ["https://dataseed1.btachain.com/"],
|
"rpc": ["https://dataseed1.btachain.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://bitcoinasset.io/"
|
"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",
|
"name": "LUDAN Mainnet",
|
||||||
"chainId": 1688,
|
"chainId": 1688,
|
||||||
|
|
|
@ -6014,6 +6014,33 @@
|
||||||
"shortName": "bta",
|
"shortName": "bta",
|
||||||
"chainId": 1657,
|
"chainId": 1657,
|
||||||
"networkId": 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",
|
"name": "LUDAN Mainnet",
|
||||||
"chain": "LUDAN",
|
"chain": "LUDAN",
|
||||||
|
|
8
icons/eon.json
Normal file
8
icons/eon.json
Normal 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
|
@ -317,6 +317,7 @@
|
||||||
"cate": "eip155:1618",
|
"cate": "eip155:1618",
|
||||||
"ath": "eip155:1620",
|
"ath": "eip155:1620",
|
||||||
"bta": "eip155:1657",
|
"bta": "eip155:1657",
|
||||||
|
"Yuma": "eip155:1662",
|
||||||
"LUDAN": "eip155:1688",
|
"LUDAN": "eip155:1688",
|
||||||
"AnytypeChain": "eip155:1701",
|
"AnytypeChain": "eip155:1701",
|
||||||
"TBSI": "eip155:1707",
|
"TBSI": "eip155:1707",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user