List<String> getNamespaces() { return map((e) { return NamespaceUtils.getNamespaceFromChain(e.network.chainId); }).toList(); }