bool isTestChain(String value) { return value is String && value.allMatches(r"/(Development|Local Testnet)$/").isNotEmpty; }