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@8d1f7a519f 🚀
This commit is contained in:
parent
e5159147ab
commit
4968feb16d
File diff suppressed because one or more lines are too long
33
chains/eip155-1663.json
Normal file
33
chains/eip155-1663.json
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"name": "Horizen Gobi Testnet",
|
||||||
|
"shortName": "Gobi",
|
||||||
|
"chain": "Gobi",
|
||||||
|
"icon": "eon",
|
||||||
|
"rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"],
|
||||||
|
"features": [
|
||||||
|
{
|
||||||
|
"name": "EIP155"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EIP1559"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"faucets": ["https://faucet.horizen.io"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Testnet Zen",
|
||||||
|
"symbol": "tZEN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://horizen.io/",
|
||||||
|
"chainId": 1663,
|
||||||
|
"networkId": 1663,
|
||||||
|
"slip44": 121,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Gobi Testnet Block Explorer",
|
||||||
|
"url": "https://gobi-explorer.horizen.io",
|
||||||
|
"icon": "eon",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4405,6 +4405,19 @@
|
||||||
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
|
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
|
||||||
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
|
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
|
||||||
"infoURL": "https://horizen.io/"
|
"infoURL": "https://horizen.io/"
|
||||||
|
}, {
|
||||||
|
"name": "Horizen Gobi Testnet",
|
||||||
|
"chainId": 1663,
|
||||||
|
"shortName": "Gobi",
|
||||||
|
"networkId": 1663,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Testnet Zen",
|
||||||
|
"symbol": "tZEN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"],
|
||||||
|
"faucets": ["https://faucet.horizen.io"],
|
||||||
|
"infoURL": "https://horizen.io/"
|
||||||
}, {
|
}, {
|
||||||
"name": "LUDAN Mainnet",
|
"name": "LUDAN Mainnet",
|
||||||
"chainId": 1688,
|
"chainId": 1688,
|
||||||
|
|
|
@ -6486,6 +6486,33 @@
|
||||||
"icon": "eon",
|
"icon": "eon",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Horizen Gobi Testnet",
|
||||||
|
"shortName": "Gobi",
|
||||||
|
"chain": "Gobi",
|
||||||
|
"icon": "eon",
|
||||||
|
"rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": ["https://faucet.horizen.io"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Testnet Zen",
|
||||||
|
"symbol": "tZEN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://horizen.io/",
|
||||||
|
"chainId": 1663,
|
||||||
|
"networkId": 1663,
|
||||||
|
"slip44": 121,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Gobi Testnet Block Explorer",
|
||||||
|
"url": "https://gobi-explorer.horizen.io",
|
||||||
|
"icon": "eon",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "LUDAN Mainnet",
|
"name": "LUDAN Mainnet",
|
||||||
"chain": "LUDAN",
|
"chain": "LUDAN",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -338,6 +338,7 @@
|
||||||
"ath": "eip155:1620",
|
"ath": "eip155:1620",
|
||||||
"bta": "eip155:1657",
|
"bta": "eip155:1657",
|
||||||
"Yuma": "eip155:1662",
|
"Yuma": "eip155:1662",
|
||||||
|
"Gobi": "eip155:1663",
|
||||||
"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