Validates a CAIP-2 chain ID (e.g. eip155:1)
eip155:1
static bool isValidCaip2(String input) { return NamespaceUtils.isValidChainId(input); }