Last active
August 6, 2022 17:54
-
-
Save sascha1337/77cb5f6095a2daa347c250006b8533b0 to your computer and use it in GitHub Desktop.
ech network subdomains dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const alpha = ` | |
██╗███╗ ██╗████████╗███████╗██████╗ ██████╗██╗ ██╗ █████╗ ██╗███╗ ██╗██████╗ ██████╗ ██╗ ██╗ ██████╗███████╗ | |
██║████╗ ██║╚══██╔══╝██╔════╝██╔══██╗██╔════╝██║ ██║██╔══██╗██║████╗ ██║██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔════╝ | |
██║██╔██╗ ██║ ██║ █████╗ ██████╔╝██║ ███████║███████║██║██╔██╗ ██║██████╔╝██║ ██║██║ ██║██║ █████╗ | |
██║██║╚██╗██║ ██║ ██╔══╝ ██╔══██╗██║ ██╔══██║██╔══██║██║██║╚██╗██║██╔═══╝ ██║ ██║██║ ██║██║ ██╔══╝ | |
██║██║ ╚████║ ██║ ███████╗██║ ██║╚██████╗██║ ██║██║ ██║██║██║ ╚████║██║ ╚██████╔╝███████╗██║╚██████╗███████╗ | |
╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝╚══════╝ | |
`; | |
const sub = [ | |
"wallet.ech.network", | |
"api.ech.network", | |
"rpc.ech.network", | |
"draco-ws.ech.network", | |
"bridge.ech.network", | |
"bs.ech.network", | |
"ping.ech.network", | |
"draco.ech.network", | |
"explorer.ech.network", | |
"ech.network", | |
"evm.ech.network", | |
"tendermint.ech.network", | |
"wp.ech.network", | |
"docs.ech.network", | |
"app.ech.network", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment