Skip to content

Instantly share code, notes, and snippets.

@sascha1337
Last active August 6, 2022 17:54
Show Gist options
  • Save sascha1337/77cb5f6095a2daa347c250006b8533b0 to your computer and use it in GitHub Desktop.
Save sascha1337/77cb5f6095a2daa347c250006b8533b0 to your computer and use it in GitHub Desktop.
ech network subdomains dump
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