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

This commit is contained in:
ligi 2023-04-19 09:04:59 +00:00
parent e5159147ab
commit 4968feb16d
8 changed files with 78 additions and 4 deletions

File diff suppressed because one or more lines are too long

33
chains/eip155-1663.json Normal file
View 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

View File

@ -4405,6 +4405,19 @@
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
"faucets": ["https://yuma-testnet-faucet.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",
"chainId": 1688,

View File

@ -6486,6 +6486,33 @@
"icon": "eon",
"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",
"chain": "LUDAN",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -338,6 +338,7 @@
"ath": "eip155:1620",
"bta": "eip155:1657",
"Yuma": "eip155:1662",
"Gobi": "eip155:1663",
"LUDAN": "eip155:1688",
"AnytypeChain": "eip155:1701",
"TBSI": "eip155:1707",